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

Comparing ray/src/px/ximage.c (file contents):
Revision 2.7 by greg, Tue Sep 20 15:48:25 1994 UTC vs.
Revision 2.8 by gwlarson, Tue Oct 27 09:08:28 1998 UTC

# Line 171 | Line 171 | userr:
171   }
172  
173  
174 + int
175   headline(s)             /* get relevant info from header */
176   char  *s;
177   {
# Line 183 | Line 184 | char  *s;
184                  wrongformat = strcmp(fmt, COLRFMT);
185          } else if (isview(s) && sscanview(&ourview, s) > 0)
186                  gotview++;
187 +        return(0);
188   }
189  
190  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines