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

Comparing ray/src/common/instance.c (file contents):
Revision 1.2 by greg, Tue Feb 21 14:39:53 1989 UTC vs.
Revision 1.3 by greg, Thu Jul 27 22:25:56 1989 UTC

# Line 44 | Line 44 | int  flags;
44                  sc->next = slist;
45                  slist = sc;
46          }
47 <        if ((pathname = getpath(sname, libpath)) == NULL) {
47 >        if ((pathname = getpath(sname, libpath, R_OK)) == NULL) {
48                  sprintf(errmsg, "cannot find octree file \"%s\"", sname);
49                  error(USER, errmsg);
50          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines