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

Comparing ray/src/common/loadvars.c (file contents):
Revision 2.21 by greg, Sat Jun 10 20:20:51 2023 UTC vs.
Revision 2.22 by greg, Thu Feb 6 21:07:07 2025 UTC

# Line 322 | Line 322 | printvars(                             /* print variable values */
322          for (i = 0; i < NVARS; i++)             /* print each variable */
323              for (j = 0; j < vdef(i); j++) {     /* print each assignment */
324                  fputs(vnam(i), fp);
325 <                fputs("= ", fp);
325 >                fputc('=', fp);
326                  k = clipline = ( vv[i].fixval == catvalues ? 64 : 236 )
327                                  - strlen(vnam(i)) ;
328                  cp = nvalue(i, j);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines