| # | Line 85 | Line 85 | char *argv[]; | |
|---|---|---|
| 85 | break; | |
| 86 | } | |
| 87 | breakopt: | |
| 88 | < | #ifdef MSDOS |
| 89 | < | setmode(fileno(stdout), O_BINARY); |
| 90 | < | #endif |
| 88 | > | SET_FILE_BINARY(stdout); |
| 89 | if (infile != NULL) { /* get old octree & objects */ | |
| 90 | if (thescene.cusize > FTINY) | |
| 91 | error(USER, "only one of '-b' or '-i'"); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |