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

Comparing ray/src/cv/pabopto2xyz.c (file contents):
Revision 2.3 by greg, Mon Aug 22 21:03:00 2016 UTC vs.
Revision 2.4 by greg, Thu May 16 16:38:37 2019 UTC

# Line 491 | Line 491 | main(int argc, char *argv[])
491                  default:
492                          goto userr;
493                  }
494 <        if (i > argc-3)
494 >        if (i != argc-3)
495                  goto userr;
496          for (j = 0; j < 3; j++) {               /* prep input channels */
497                  int     k, n;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines