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

Comparing ray/src/px/panim.c (file contents):
Revision 2.5 by schorsch, Mon Nov 10 12:28:56 2003 UTC vs.
Revision 2.6 by schorsch, Fri Jan 2 10:25:13 2004 UTC

# Line 100 | Line 100 | char   *file;
100                  exit(1);
101          }
102                                                  /* get dimensions */
103 <        getheader(fp, NULL);
103 >        getheader(fp, NULL, NULL);
104          if (checkheader(fp, COLRFMT, NULL) < 0) {
105                  fputs(file, stderr);
106                  fputs(": not a Radiance picture\n", stderr);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines