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.6 by greg, Thu Jan 16 12:05:23 1992 UTC vs.
Revision 2.7 by greg, Wed Mar 11 09:32:40 1992 UTC

# Line 233 | Line 233 | char  *zfile, *oldfile;
233   #endif
234          }
235                                                  /* clean up */
236 +        signal(SIGALRM, SIG_IGN);
237          if (zfd != -1) {
238                  if (write(zfd, (char *)zbar[0], hresolu*sizeof(float))
239                                  < hresolu*sizeof(float))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines