| # | Line 291 | Line 291 | register struct rtproc *rt; | |
|---|---|---|
| 291 | if (rt->nrays <= 0) | |
| 292 | return; | |
| 293 | bzero(rt->buf+6*rt->nrays, 6*sizeof(float)); | |
| 294 | + | errno = 0; |
| 295 | if ( process(rt->pd, (char *)rt->buf, (char *)rt->buf, | |
| 296 | 3*sizeof(float)*rt->nrays, | |
| 297 | 6*sizeof(float)*(rt->nrays+1)) < | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |