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

Comparing ray/src/gen/xform.c (file contents):
Revision 2.40 by greg, Sat Jul 25 16:45:06 2009 UTC vs.
Revision 2.41 by greg, Sun Jul 26 18:34:59 2009 UTC

# Line 258 | Line 258 | doargf(                        /* take argument list from file */
258                  for (i = fi+2; i < ac; i++)
259                          avp[newac++] = av[i];
260                  avp[newac] = NULL;
261 <                oldid = NULL;
261 >                newid = oldid = NULL;
262                  for (i = 2; i < newac; i++)
263                          if (!strcmp(avp[i-1], "-n")) {
264                                  oldid = avp[i];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines