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.13 by greg, Mon Feb 7 16:27:50 1994 UTC vs.
Revision 2.14 by greg, Wed May 31 08:50:27 1995 UTC

# Line 383 | Line 383 | FILE  *in;
383                                  if (freadscan(scanin[yread%barsize],
384                                                  xres, in) < 0) {
385                                          fprintf(stderr,
386 <                                                "%s: bad read (y=%d)\n",
386 >                                                "%s: truncated input (y=%d)\n",
387                                                  progname, yres-1-yread);
388                                          quit(1);
389                                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines