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.10 by greg, Tue May 13 17:58:32 2003 UTC vs.
Revision 2.12 by greg, Mon Jun 30 18:18:22 2003 UTC

# Line 18 | Line 18 | FILE *
18   frlibopen(fname)                /* find file and open for reading */
19   register char  *fname;
20   {
21 <        extern char  *strcpy(), *getrlibpath();
21 >        extern char  *getrlibpath();
22          FILE  *fp;
23 <        char  pname[MAXPATH];
23 >        char  pname[PATH_MAX];
24          register char  *sp, *cp;
25  
26          if (fname == NULL)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines