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

Comparing ray/src/ot/readobj2.c (file contents):
Revision 2.13 by greg, Tue Apr 22 04:45:25 2025 UTC vs.
Revision 2.14 by greg, Tue Apr 22 14:51:29 2025 UTC

# Line 60 | Line 60 | readobj2(      /* read in an object file or stream */
60          if (input[0] == '!') {
61                  if (pclose(infp) != 0) {
62                          sprintf(errmsg, "bad status from \"%s\"", input);
63 <                        error(SYSTEM, errmsg);
63 >                        error(WARNING, errmsg);
64                  }
65          } else
66                  fclose(infp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines