src/file.cpp

changeset 211
8d35e631bef3
parent 202
a027f6fc6141
child 213
a4113545242c
equal deleted inserted replaced
210:58a3cbb49374 211:8d35e631bef3
225 225
226 fclose (fp); 226 fclose (fp);
227 g_loadedFiles.push_back (load); 227 g_loadedFiles.push_back (load);
228 228
229 logf ("File %s parsed successfully (%lu warning%s).\n", 229 logf ("File %s parsed successfully (%lu warning%s).\n",
230 path.chars(), numWarnings, PLURAL (numWarnings)); 230 path.chars(), numWarnings, plural (numWarnings));
231 231
232 return load; 232 return load;
233 } 233 }
234 234
235 // ============================================================================= 235 // =============================================================================

mercurial