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

Comparing ray/src/rt/func.c (file contents):
Revision 2.32 by greg, Wed Apr 27 21:11:32 2016 UTC vs.
Revision 2.33 by greg, Sat May 13 00:09:53 2017 UTC

# Line 103 | Line 103 | set_eparams(char *prms)
103                                  goto bad_params;
104                          *cpd++ = *prms++;
105                  }
106                if (cpd == vname)
107                        goto bad_params;
106                  *cpd = '\0';
107                  while (isspace(*prms)) prms++;
108                  if (*prms++ != '=')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines