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.7 by schorsch, Sun Jun 8 12:03:10 2003 UTC

# Line 54 | Line 54 | char  *argv[];
54          COLR  *scan;
55          COLR  cmin, cmax;
56          int  xmin, ymin, xmax, ymax;
57 <        SET_DEFAULT_BINARY()
57 >        SET_DEFAULT_BINARY();
58          SET_FILE_BINARY(stdin);
59          for (i = 1; i < argc; i++)      /* get options */
60                  if (!strcmp(argv[i], "-o"))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines