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 2.7 by greg, Tue Mar 4 05:49:21 2003 UTC vs.
Revision 2.8 by greg, Tue May 13 17:58:32 2003 UTC

# Line 52 | Line 52 | int  flags;
52                  sc->next = slist;
53                  slist = sc;
54          }
55 <        if ((pathname = getpath(sname, getlibpath(), R_OK)) == NULL) {
55 >        if ((pathname = getpath(sname, getrlibpath(), R_OK)) == NULL) {
56                  sprintf(errmsg, "cannot find octree file \"%s\"", sname);
57                  error(USER, errmsg);
58          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines