| # | Line 328 | Line 328 | main(int argc, char *argv[]) | |
|---|---|---|
| 328 | if (outform != 'a') | |
| 329 | SET_FILE_BINARY(stdout); | |
| 330 | rval = setrtoutput(); | |
| 331 | < | readoct(octname = octnm, loadflags, &thescene, NULL); |
| 331 | > | octname = savqstr(octnm); |
| 332 | > | readoct(octname, loadflags, &thescene, NULL); |
| 333 | nsceneobjs = nobjects; | |
| 334 | ||
| 335 | if (loadflags & IO_INFO) { /* print header */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |