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

Comparing ray/src/px/ra_avs.c (file contents):
Revision 2.6 by greg, Thu Nov 18 09:55:29 1993 UTC vs.
Revision 2.7 by greg, Wed Dec 1 10:02:15 1993 UTC

# Line 78 | Line 78 | char  *argv[];
78                                          /* get their image resolution */
79                  xmax = getint(4, stdin);
80                  ymax = getint(4, stdin);
81 +                if (feof(stdin))
82 +                        quiterr("empty input file");
83                                          /* put our header */
84                  printargs(i, argv, stdout);
85                  fputformat(COLRFMT, stdout);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines