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

Comparing ray/src/px/pfilt.c (file contents):
Revision 2.19 by greg, Wed Oct 2 16:56:16 1996 UTC vs.
Revision 2.20 by gwlarson, Tue Oct 27 09:08:26 1998 UTC

# Line 332 | Line 332 | COLOR  clr;
332   double  (*ourbright)() = rgb_bright;
333  
334  
335 + int
336   headline(s)                             /* process line from header */
337   char  *s;
338   {
# Line 352 | Line 353 | char  *s;
353                          wrongformat = !globmatch(PICFMT, fmt);
354          } else if (isview(s) && sscanview(&ourview, s) > 0)
355                  gotview++;
356 +        return(0);
357   }
358  
359  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines