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

Comparing ray/src/common/calfunc.c (file contents):
Revision 1.2 by greg, Tue Jun 26 09:15:13 1990 UTC vs.
Revision 1.3 by greg, Sat Sep 29 11:18:34 1990 UTC

# Line 166 | Line 166 | double  (*fptr)();
166                  break;
167          libsize++;
168      }
169 <    lp[0].fname = fname;                /* string must be static! */
169 >    lp[0].fname = savestr(fname);
170      lp[0].nargs = nargs;
171      lp[0].f = fptr;
172   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines