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

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

# Line 130 | Line 130 | readoct(                               /* read in octree file or stream */
130          if (inpspec[0] == '!') {
131                  if (pclose(infp) != 0) {
132                          sprintf(errmsg, "bad status from \"%s\"", inpspec);
133 <                        error(USER, errmsg);
133 >                        error(WARNING, errmsg);
134                  }
135          } else if (infp != stdin)
136                  fclose(infp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines