ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rv2.c
(Generate patch)

Comparing ray/src/rt/rv2.c (file contents):
Revision 2.11 by greg, Tue Oct 6 17:13:42 1992 UTC vs.
Revision 2.12 by greg, Thu Oct 15 21:13:14 1992 UTC

# Line 593 | Line 593 | char  *s;
593                  error(COMMAND, errmsg);
594                  return;
595          }
596 + #ifdef MSDOS
597 +        setmode(fileno(fp), O_BINARY);
598 + #endif
599          (*dev->comout)("writing \"");
600          (*dev->comout)(fname);
601          (*dev->comout)("\"...\n");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines