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

Comparing ray/src/px/pinterp.c (file contents):
Revision 2.5 by greg, Tue Apr 28 09:40:39 1992 UTC vs.
Revision 2.6 by greg, Tue May 26 15:23:09 1992 UTC

# Line 161 | Line 161 | char   *argv[];
161                          vresolu = atoi(argv[++i]);
162                          break;
163                  case 'p':                               /* pixel aspect */
164 <                        check(2,"f");
164 >                        if (argv[i][2] != 'a')
165 >                                goto badopt;
166 >                        check(3,"f");
167                          pixaspect = atof(argv[++i]);
168                          break;
169                  case 'v':                               /* view file */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines