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

Comparing ray/src/px/x11image.c (file contents):
Revision 2.52 by gwlarson, Mon Aug 17 18:00:11 1998 UTC vs.
Revision 2.53 by gwlarson, Tue Oct 27 09:08:28 1998 UTC

# Line 250 | Line 250 | userr:
250   }
251  
252  
253 + int
254   headline(s)             /* get relevant info from header */
255   char  *s;
256   {
# Line 261 | Line 262 | char  *s;
262                  wrongformat = strcmp(fmt, COLRFMT);
263          else if (isview(s) && sscanview(&ourview, s) > 0)
264                  gotview++;
265 +        return(0);
266   }
267  
268  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines