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

Comparing ray/src/util/vwrays.c (file contents):
Revision 3.6 by schorsch, Thu Jul 3 22:41:45 2003 UTC vs.
Revision 3.7 by schorsch, Sun Jul 27 22:12:04 2003 UTC

# Line 100 | Line 100 | char   *argv[];
100                  default:
101                          goto userr;
102                  }
103 <        if (i > argc | i+2 < argc)
103 >        if ((i > argc) | (i+2 < argc))
104                  goto userr;
105          if (i < argc) {
106                  rval = viewfile(argv[i], &vw, &rs);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines