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

Comparing ray/src/util/rcomb.c (file contents):
Revision 2.32 by greg, Thu Jun 19 22:36:53 2025 UTC vs.
Revision 2.33 by greg, Sat Aug 2 20:37:52 2025 UTC

# Line 194 | Line 194 | checksymbolic(ROPMAT *rop)
194          double          cf = 1;
195          int             i, j;
196                                          /* check suffix => reference file */
197 <        if (strchr(rop->preop.csym, '.') > rop->preop.csym)
197 >        if (strchr(rop->preop.csym, '.') != NULL)
198                  return(checkreffile(rop));
199  
200          if (nc < 3) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines