| # | 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)) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |