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

Comparing ray/src/rt/renderopts.c (file contents):
Revision 2.20 by greg, Wed Oct 19 23:10:34 2022 UTC vs.
Revision 2.21 by greg, Mon Aug 14 23:45:41 2023 UTC

# Line 74 | Line 74 | match_subfeatures(     /* check if subfeatures are support
74                  *cp = '\0';
75                  n = cp - subfeat;
76                  if (!(cp = strstr(mysublist, subfeat)) ||
77 +                                (cp[-1] != ',') & (cp[-1] != '=') ||
78                                  (cp[n] != ',') & (cp[n] != '\n'))
79                          return(0);      /* missing this one! */
80          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines