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

Comparing ray/src/px/paintjet.c (file contents):
Revision 1.4 by greg, Fri Jan 26 08:17:34 1990 UTC vs.
Revision 1.5 by greg, Thu Apr 18 14:35:13 1991 UTC

# Line 48 | Line 48 | char  *fname;
48                  return(-1);
49          }
50                                  /* discard header */
51 <        getheader(input, NULL);
51 >        if (checkheader(input, COLRFMT, NULL) < 0) {
52 >                fprintf(stderr, "%s: not a Radiance picture\n", fname);
53 >                return(-1);
54 >        }
55                                  /* get picture dimensions */
56          if (fgetresolu(&xres, &yres, input) != (YMAJOR|YDECR)) {
57                  fprintf(stderr, "%s: bad picture size\n", fname);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines