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

Comparing ray/src/util/ranimove1.c (file contents):
Revision 3.2 by greg, Tue Feb 25 02:47:24 2003 UTC vs.
Revision 3.3 by schorsch, Thu Jun 5 19:29:35 2003 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines