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

Comparing ray/src/common/header.c (file contents):
Revision 2.14 by schorsch, Sat Jun 7 12:50:20 2003 UTC vs.
Revision 2.17 by schorsch, Mon Jun 30 14:59:11 2003 UTC

# Line 31 | Line 31 | static const char      RCSid[] = "$Id$";
31   #include  <time.h>
32   #include  <ctype.h>
33  
34 < #include  "standard.h"
34 > #include "resolu.h"
35  
36   #define  MAXLINE        512
37  
# Line 41 | Line 41 | char  FMTSTR[] = "FORMAT=";    /* format identifier */
41  
42   char  TMSTR[] = "CAPDATE=";     /* capture date identifier */
43  
44 + extern void     fputword(char *s, FILE *fp);
45 +
46   static int mycheck();
47  
48  
# Line 307 | Line 309 | FILE  *fout;
309  
310          cdat.fp = fout;
311          cdat.fs[0] = '\0';
312 <        if (getheader(fin, mycheck, &cdat) < 0)
312 >        if (getheader(fin, mycheck, (char *)&cdat) < 0)
313                  return(-1);
314          if (!cdat.fs[0])
315                  return(0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines