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

Comparing ray/src/rt/rv2.c (file contents):
Revision 1.15 by greg, Thu Jan 11 09:03:39 1990 UTC vs.
Revision 1.16 by greg, Tue Jan 16 11:30:13 1990 UTC

# Line 139 | Line 139 | char  *s;
139          if (sscanf(s, "%s", buf) == 1) {        /* get parameters from a file */
140                  copyview(&nv, &stdview);
141                  if ((fname = getpath(buf, NULL, 0)) == NULL ||
142 <                                (success = viewfile(fname, &nv)) == -1) {
142 >                                (success = viewfile(fname, &nv, 0, 0)) == -1) {
143                          sprintf(errmsg, "cannot open \"%s\"", buf);
144                          error(COMMAND, errmsg);
145                          return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines