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

Comparing ray/src/px/pextrem.c (file contents):
Revision 2.6 by schorsch, Thu Jun 5 19:29:34 2003 UTC vs.
Revision 2.8 by schorsch, Thu Jul 3 22:41:44 2003 UTC

# Line 7 | Line 7 | static const char      RCSid[] = "$Id$";
7  
8   #include  <stdio.h>
9   #include  <math.h>
10 + #include  <string.h>
11  
12   #include  "platform.h"
13   #include  "color.h"
# Line 54 | Line 55 | char  *argv[];
55          COLR  *scan;
56          COLR  cmin, cmax;
57          int  xmin, ymin, xmax, ymax;
58 <        SET_DEFAULT_BINARY()
58 >        SET_DEFAULT_BINARY();
59          SET_FILE_BINARY(stdin);
60          for (i = 1; i < argc; i++)      /* get options */
61                  if (!strcmp(argv[i], "-o"))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines