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.11 by schorsch, Mon Jun 30 14:59:11 2003 UTC

# Line 20 | Line 20 | register char  *fname;
20   {
21          extern char  *strcpy(), *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