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

Comparing ray/src/util/rmtxop.c (file contents):
Revision 2.42 by greg, Sat Apr 19 03:58:00 2025 UTC vs.
Revision 2.43 by greg, Sat Aug 2 20:37:52 2025 UTC

# Line 181 | Line 181 | checksymbolic(ROPMAT *rop)
181          double          cf = 1;
182          int             i, j;
183                                          /* check suffix => reference file */
184 <        if (strchr(rop->preop.csym, '.') > rop->preop.csym)
184 >        if (strchr(rop->preop.csym, '.') != NULL)
185                  return(checkreffile(rop));
186  
187          if (nc < 3) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines