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

Comparing ray/src/rt/renderopts.c (file contents):
Revision 2.2 by greg, Tue Feb 25 02:47:23 2003 UTC vs.
Revision 2.3 by greg, Tue May 13 17:58:33 2003 UTC

# Line 139 | Line 139 | char  *av[];
139                          }
140                          if (av[0][2] == 'I') {  /* file */
141                                  rval = wordfile(amblp,
142 <                                        getpath(av[1],getlibpath(),R_OK));
142 >                                        getpath(av[1],getrlibpath(),R_OK));
143                                  if (rval < 0) {
144                                          sprintf(errmsg,
145                          "cannot open ambient include file \"%s\"", av[0]);
# Line 160 | Line 160 | char  *av[];
160                          }
161                          if (av[0][2] == 'E') {  /* file */
162                                  rval = wordfile(amblp,
163 <                                        getpath(av[1],getlibpath(),R_OK));
163 >                                        getpath(av[1],getrlibpath(),R_OK));
164                                  if (rval < 0) {
165                                          sprintf(errmsg,
166                          "cannot open ambient exclude file \"%s\"", av[0]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines