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

Comparing ray/src/px/protate.c (file contents):
Revision 2.10 by greg, Fri Apr 30 20:29:24 2004 UTC vs.
Revision 2.11 by greg, Wed Feb 8 04:18:13 2012 UTC

# 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 80 | Line 81 | main(
81          static char     picfmt[LPICFMT+1] = PICFMT;
82          int     rval;
83          FILE    *fin;
84 +
85 +        SET_DEFAULT_BINARY();
86 +        SET_FILE_BINARY(stdout);
87  
88          progname = argv[0];
89  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines