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

Comparing ray/src/gen/xform.c (file contents):
Revision 2.24 by greg, Tue Mar 11 19:29:05 2003 UTC vs.
Revision 2.25 by greg, Tue May 13 17:58:32 2003 UTC

# Line 930 | Line 930 | char  *iname;
930          }
931          strcpy(curfn, iname);                   /* remember input name */
932                                                  /* get full path for file */
933 <        if ((fpath = getpath(iname, getlibpath(), R_OK)) == NULL) {
933 >        if ((fpath = getpath(iname, getrlibpath(), R_OK)) == NULL) {
934                  fprintf(stderr, "%s: cannot find file \"%s\"\n",
935                                  progname, iname);
936                  exit(1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines