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

Comparing ray/src/px/ttyimage.c (file contents):
Revision 1.6 by greg, Fri Jan 26 08:17:41 1990 UTC vs.
Revision 1.7 by greg, Thu Apr 18 14:35:47 1991 UTC

# Line 34 | Line 34 | char  **argv;
34                  exit(1);
35          }
36          
37                                /* discard header */
38        getheader(input, NULL);
37                                  /* get picture dimensions */
38 <        if (fgetresolu(&xres, &yres, input) != (YMAJOR|YDECR)) {
39 <                fprintf(stderr, "%s: bad picture size\n", argv[0]);
38 >        if (checkheader(input, COLRFMT, NULL) < 0 ||
39 >                        fgetresolu(&xres, &yres, input) != (YMAJOR|YDECR)) {
40 >                fprintf(stderr, "%s: bad picture format\n", argv[0]);
41                  exit(1);
42          }
43          if (xres > NCOLS) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines