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

Comparing ray/src/px/ra_rgbe.c (file contents):
Revision 2.12 by schorsch, Thu Jun 5 19:29:34 2003 UTC vs.
Revision 2.15 by schorsch, Mon Nov 10 12:28:56 2003 UTC

# Line 8 | Line 8 | static const char      RCSid[] = "$Id$";
8   #include  <stdio.h>
9   #include  <math.h>
10   #include  <time.h>
11 + #include  <string.h>
12  
13   #include  "platform.h"
14 + #include  "rtprocess.h"
15   #include  "color.h"
16   #include  "resolu.h"
17  
# Line 91 | Line 93 | userr:
93   transfer(ospec)                 /* transfer a Radiance picture */
94   char    *ospec;
95   {
96 <        char    oname[128];
96 >        char    oname[PATH_MAX];
97          FILE    *fp;
98          int     order;
99          int     xmax, ymax;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines