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

Comparing ray/src/cv/thf2rad.c (file contents):
Revision 2.6 by greg, Sat Feb 22 02:07:23 2003 UTC vs.
Revision 2.7 by schorsch, Sun Jul 27 22:12:02 2003 UTC

# Line 78 | Line 78 | char   *name, *file;
78                  if (name == NULL)
79                          name = file;
80          }
81 <        for (cp = nambuf; *cp = *name++; cp++)
81 >        for (cp = nambuf; (*cp = *name++); cp++)
82                  ;
83                                  /* get objects from file */
84          on = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines