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.22 by schorsch, Fri Jan 2 11:35:17 2004 UTC vs.
Revision 2.24 by greg, Thu Mar 12 18:37:24 2009 UTC

# Line 26 | Line 26 | static const char      RCSid[] = "$Id$";
26  
27   #include "copyright.h"
28  
29 #include  <time.h>
29   #include  <ctype.h>
30  
31   #include  "rtio.h"
32   #include  "resolu.h"
33  
34 < #define  MAXLINE        512
34 > #define  MAXLINE        2048
35  
36   char  HDRSTR[] = "#?";          /* information header magic number */
37  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines