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

Comparing ray/src/util/glrad.c (file contents):
Revision 3.9 by gwlarson, Wed Jul 15 17:51:13 1998 UTC vs.
Revision 3.10 by gwlarson, Thu Oct 15 08:30:48 1998 UTC

# Line 298 | Line 298 | char   **av;
298                                          atof(sskip2(buf+4,1)),
299                                          atof(sskip2(buf+4,2)));
300                  else if (backvis && !strncmp(buf, "-bv", 3) &&
301 <                                (!buf[3] || strchr(" 0-FfNn", buf[3]) != NULL))
301 >                                (!buf[3] || strchr("0-FfNn \n",buf[3])!=NULL))
302                          backvis = 0;
303          fclose(fp);
304          unlink(optfile);                        /* delete options file */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines