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

Comparing ray/src/gen/mkillum.c (file contents):
Revision 2.45 by greg, Tue Apr 22 04:45:25 2025 UTC vs.
Revision 2.46 by greg, Tue Apr 22 14:51:29 2025 UTC

# Line 209 | Line 209 | filter(                /* process stream */
209                          filter(pfp, buf);
210                          if (pclose(pfp) != 0) {
211                                  sprintf(errmsg, "bad status from \"%s\"", buf);
212 <                                error(USER, errmsg);
212 >                                error(WARNING, errmsg);
213                          }
214                  } else {                                /* object */
215                          ungetc(c, infp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines