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

Comparing ray/src/common/fropen.c (file contents):
Revision 2.14 by greg, Tue Aug 26 04:24:26 2003 UTC vs.
Revision 2.15 by greg, Fri Jun 29 23:09:06 2012 UTC

# Line 26 | Line 26 | register char  *fname;
26          if (fname == NULL)
27                  return(NULL);
28  
29 <        if (ISDIRSEP(fname[0]) || fname[0] == '.')      /* absolute path */
29 >        if (ISABS(fname) || fname[0] == '.')    /* absolute path */
30                  return(fopen(fname, "r"));
31                                                  /* check search path */
32          sp = getrlibpath();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines