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.28 by greg, Fri Aug 6 17:12:19 1993 UTC vs.
Revision 2.29 by greg, Wed Aug 11 09:46:15 1993 UTC

# Line 607 | Line 607 | char  *oldfile;
607          getheader(fp, NULL, NULL);
608                                  /* get picture size */
609          if (!fscnresolu(&x, &y, fp)) {
610 <                sprintf(errmsg, "bad recover file \"%s\"", oldfile);
610 >                sprintf(errmsg, "bad recover file \"%s\" - not removed",
611 >                                oldfile);
612                  error(WARNING, errmsg);
613                  fclose(fp);
614                  return(0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines