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

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.3 by greg, Tue Dec 10 17:42:01 1991 UTC vs.
Revision 2.4 by greg, Sat Dec 28 18:43:15 1991 UTC

# Line 108 | Line 108 | report()               /* report progress */
108   #else
109   report()                /* report progress */
110   {
111        signal(SIGALRM, report);
111          tlastrept = time((long *)0);
112          sprintf(errmsg, "%ld rays, %4.2f%% done after %5.4f hours\n",
113                          nrays, pctdone, (tlastrept-tstart)/3600.0);
114          eputs(errmsg);
115 +        signal(SIGALRM, report);
116   }
117   #endif
118  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines