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.17 by greg, Mon Jun 5 16:09:55 2023 UTC vs.
Revision 2.18 by greg, Mon Jun 5 16:32:42 2023 UTC

# Line 62 | Line 62 | loadvars(                      /* load variables into vv from file */
62   int
63   setvariable(                    /* assign variable according to string */
64          const char      *ass,
65 <        VARIABLE        *(*mv)(char*)
65 >        VARIABLE        *(*mv)(const char*)
66   )
67   {
68          char    varname[32];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines