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

Comparing ray/src/common/readobj.c (file contents):
Revision 2.27 by greg, Tue Apr 22 04:45:25 2025 UTC vs.
Revision 2.28 by greg, Tue Apr 22 14:51:29 2025 UTC

# Line 67 | Line 67 | readobj(                               /* read in an object file or stream */
67          if (inpspec[0] == '!') {
68                  if (pclose(infp) != 0) {
69                          sprintf(errmsg, "bad status from \"%s\"", inpspec);
70 <                        error(USER, errmsg);
70 >                        error(WARNING, errmsg);
71                  }
72          } else if (infp != stdin)
73                  fclose(infp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines