| # | Line 287 | Line 287 | loadOBJ(Scene *sc, const char *fspec) | |
|---|---|---|
| 287 | #endif | |
| 288 | if (fp != stdin) | |
| 289 | fclose(fp); | |
| 290 | + | if (verbose) |
| 291 | + | fprintf(stderr, "Read %d statements\n", nstats); |
| 292 | sprintf(buf, "%d statements read from \"%s\"", nstats, fspec); | |
| 293 | addComment(sc, buf); | |
| 294 | if (nunknown) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |