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.2 by greg, Tue Sep 10 17:25:02 2019 UTC vs.
Revision 2.3 by greg, Wed Mar 25 01:51:09 2020 UTC

# Line 67 | Line 67 | sum_images(const char *fspec, const CMATRIX *cv, FILE
67                          error(SYSTEM, errmsg);
68                  }
69                  dt = DTfromHeader;
70 <                if ((err = cm_getheader(&dt, NULL, NULL, NULL, fp)) != NULL)
70 >                if ((err = cm_getheader(&dt, NULL, NULL, NULL, NULL, fp)) != NULL)
71                          error(USER, err);
72                  if ((dt != DTrgbe) & (dt != DTxyze) ||
73                                  !fscnresolu(&xr, &yr, fp)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines