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

Comparing ray/src/ot/oconv.c (file contents):
Revision 2.14 by greg, Wed Mar 12 17:26:58 2003 UTC vs.
Revision 2.15 by schorsch, Thu Jun 5 19:29:34 2003 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines