ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rxcmain.cpp
(Generate patch)

Comparing ray/src/rt/rxcmain.cpp (file contents):
Revision 2.2 by greg, Tue Oct 29 19:47:19 2024 UTC vs.
Revision 2.4 by greg, Wed Oct 30 17:26:13 2024 UTC

# Line 74 | Line 74 | onsig(                         /* fatal signal */
74                  _exit(signo);
75  
76   #ifdef SIGALRM
77 <        alarm(15);                      /* allow 15 seconds to clean up */
77 >        alarm(180);                     /* allow 3 minutes to clean up */
78          signal(SIGALRM, SIG_DFL);       /* make certain we do die */
79   #endif
80          eputs("signal - ");
# Line 521 | Line 521 | wputs(                         /* warning output function */
521          const char      *s
522   )
523   {
524 +        if (!erract[WARNING].pf) return;
525          int  lasterrno = errno;
526          eputs(s);
527          errno = lasterrno;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines