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 1.1 by greg, Thu Feb 2 10:41:36 1989 UTC vs.
Revision 1.2 by greg, Mon Apr 10 09:32:55 1989 UTC

# Line 263 | Line 263 | char  *oldfile;
263          getheader(fp, NULL);
264                                  /* get picture size */
265          if (fscanf(fp, "-Y %d +X %d\n", &y, &x) != 2) {
266 +                sprintf(errmsg, "bad recover file \"%s\"", oldfile);
267 +                error(WARNING, errmsg);
268                  fclose(fp);
269                  return(0);
270          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines