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.15 by greg, Fri Jun 20 00:25:49 2003 UTC vs.
Revision 2.16 by greg, Fri Jun 27 06:53:21 2003 UTC

# Line 25 | Line 25 | static const char      RCSid[] = "$Id$";
25   */
26  
27   #include "copyright.h"
28 + #include "resolu.h"
29  
30   #include  <stdio.h>
31   #include  <string.h>
# Line 39 | Line 40 | char  FMTSTR[] = "FORMAT=";    /* format identifier */
40  
41   char  TMSTR[] = "CAPDATE=";     /* capture date identifier */
42  
43 + extern void     fputword(char *s, FILE *fp);
44 +
45   static int mycheck();
46  
47  
# Line 305 | Line 308 | FILE  *fout;
308  
309          cdat.fp = fout;
310          cdat.fs[0] = '\0';
311 <        if (getheader(fin, mycheck, &cdat) < 0)
311 >        if (getheader(fin, mycheck, (char *)&cdat) < 0)
312                  return(-1);
313          if (!cdat.fs[0])
314                  return(0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines