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

Comparing ray/src/util/dcglare.c (file contents):
Revision 2.3 by greg, Wed Mar 25 01:51:09 2020 UTC vs.
Revision 2.4 by greg, Thu Jun 24 18:08:07 2021 UTC

# Line 300 | Line 300 | main(int argc, char *argv[])
300          if ((argc-a < 2) | (argc-a > 5))
301                  goto userr;
302          /* single bounce daylight coefficients file */
303 <        direct_path = argv[++a];
303 >        direct_path = argv[a++];
304   #else
305          if ((argc-a < 1) | (argc-a > 4))
306                  goto userr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines