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

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.18 by greg, Tue Nov 10 21:24:34 1992 UTC vs.
Revision 2.19 by greg, Thu Nov 12 10:11:53 1992 UTC

# Line 596 | Line 596 | char  *oldfile;
596          setmode(fileno(fp), O_BINARY);
597   #endif
598                                  /* discard header */
599 <        getheader(fp, NULL);
599 >        getheader(fp, NULL, NULL);
600                                  /* get picture size */
601          if (!fscnresolu(&x, &y, fp)) {
602                  sprintf(errmsg, "bad recover file \"%s\"", oldfile);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines