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

Comparing ray/src/common/image.c (file contents):
Revision 2.1 by greg, Tue Nov 12 16:55:38 1991 UTC vs.
Revision 2.2 by greg, Thu Dec 19 14:45:50 1991 UTC

# Line 276 | Line 276 | register char  *av[];
276   {
277   #define check(c,l)      if ((av[0][c]&&av[0][c]!=' ') || \
278                          badarg(ac-1,av+1,l)) return(-1)
279        extern double  atof();
279  
280          if (ac <= 0 || av[0][0] != '-' || av[0][1] != 'v')
281                  return(-1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines