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

Comparing ray/src/common/mesh.c (file contents):
Revision 2.6 by greg, Wed Apr 23 00:52:33 2003 UTC vs.
Revision 2.7 by greg, Tue May 13 17:58:32 2003 UTC

# Line 94 | Line 94 | int    flags;
94                  ms->next = mlist;
95                  mlist = ms;
96          }
97 <        if ((pathname = getpath(mname, getlibpath(), R_OK)) == NULL) {
97 >        if ((pathname = getpath(mname, getrlibpath(), R_OK)) == NULL) {
98                  sprintf(errmsg, "cannot find mesh file \"%s\"", mname);
99                  error(USER, errmsg);
100          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines