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

Comparing ray/src/px/pvalue.c (file contents):
Revision 2.12 by greg, Wed Jan 8 08:51:43 1997 UTC vs.
Revision 2.13 by gwlarson, Tue Oct 27 09:08:27 1998 UTC

# Line 322 | Line 322 | unkopt:
322   }
323  
324  
325 + int
326   checkhead(line)                         /* deal with line from header */
327   char  *line;
328   {
# Line 343 | Line 344 | char  *line;
344                  doexposure++;
345          } else if (header)
346                  fputs(line, stdout);
347 +        return(0);
348   }
349  
350  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines