| # | Line 11 | Line 11 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 11 | ||
| 12 | #include "copyright.h" | |
| 13 | ||
| 14 | + | #include "platform.h" |
| 15 | #include "ranimove.h" | |
| 16 | #include "otypes.h" | |
| 17 | #include "random.h" | |
| # | Line 873 | Line 874 | send_frame() /* send frame to destination */ | |
| 874 | sprintf(errmsg, "cannot open output frame \"%s\"", pfname); | |
| 875 | error(SYSTEM, errmsg); | |
| 876 | } | |
| 877 | < | #ifdef MSDOS |
| 877 | < | setmode(fileno(fp), O_BINARY); |
| 878 | < | #endif |
| 877 | > | SET_FILE_BINARY(fp); |
| 878 | if (!silent) { | |
| 879 | printf("\tWriting to \"%s\"\n", pfname); | |
| 880 | fflush(stdout); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |