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

Comparing ray/src/px/ra_xyze.c (file contents):
Revision 2.4 by gregl, Tue Jul 22 10:17:53 1997 UTC vs.
Revision 2.5 by gwlarson, Tue Oct 27 09:08:27 1998 UTC

# Line 34 | Line 34 | int  doflat = -1;                      /* produce flat file? */
34   char  *progname;
35  
36  
37 + int
38   headline(s)                             /* process header line */
39   char    *s;
40   {
# Line 46 | Line 47 | char   *s;
47                          rgbinp = 0;
48                  else
49                          rgbinp = -2;
50 <                return;                 /* don't echo */
50 >                return(0);              /* don't echo */
51          }
52          if (isprims(s)) {               /* get input primaries */
53                  primsval(inprims, s);
54 <                return;                 /* don't echo */
54 >                return(0);              /* don't echo */
55          }
56                                          /* should I grok colcorr also? */
57 <        fputs(s, stdout);
57 >        return(fputs(s, stdout));
58   }
59  
60  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines