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

Comparing ray/src/util/rpiece.c (file contents):
Revision 2.34 by gregl, Wed May 28 17:22:52 1997 UTC vs.
Revision 2.35 by gregl, Tue Jul 29 11:27:49 1997 UTC

# Line 124 | Line 124 | char  *argv[];
124                          case 'p':               /* pixel aspect ratio? */
125                                  if (argv[i][2] != 'a' || argv[i][3])
126                                          break;
127 <                                pixaspect = atof(argv[i+1]);
127 >                                pixaspect = atof(argv[++i]);
128                                  continue;
129                          case 'T':               /* time limit (hours) */
130                                  if (argv[i][2])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines