| # | Line 7 | Line 7 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 7 | * 2/26/88 | |
| 8 | */ | |
| 9 | ||
| 10 | + | #include "platform.h" |
| 11 | #include "standard.h" | |
| 12 | ||
| 13 | #include "color.h" | |
| # | Line 77 | Line 78 | main( | |
| 78 | char *argv[] | |
| 79 | ) | |
| 80 | { | |
| 81 | < | static char picfmt[LPICFMT+1] = PICFMT; |
| 81 | > | static char picfmt[MAXFMTLEN] = PICFMT; |
| 82 | int rval; | |
| 83 | FILE *fin; | |
| 84 | + | |
| 85 | + | SET_DEFAULT_BINARY(); |
| 86 | + | SET_FILE_BINARY(stdout); |
| 87 | ||
| 88 | progname = argv[0]; | |
| 89 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |