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

Comparing ray/src/util/rmatrix.c (file contents):
Revision 2.58 by greg, Thu May 18 23:55:10 2023 UTC vs.
Revision 2.59 by greg, Sat Jul 1 15:25:26 2023 UTC

# Line 119 | Line 119 | get_dminfo(char *s, void *p)
119          char    fmt[MAXFMTLEN];
120          int     i;
121  
122 <        if (headidval(fmt, s))
122 >        if (headidval(NULL, s))
123                  return(0);
124          if (!strncmp(s, "NCOMP=", 6)) {
125                  ip->ncomp = atoi(s+6);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines