| # | Line 1169 | Line 1169 | clearqueue() /* process queue */ | |
|---|---|---|
| 1169 | } | |
| 1170 | /* mark end and get results */ | |
| 1171 | bzero((char *)fbp, 6*sizeof(float)); | |
| 1172 | < | if (process(PDesc, fbuf, fbuf, 4*sizeof(float)*queuesiz, |
| 1172 | > | if (process(PDesc, fbuf, fbuf, 4*sizeof(float)*(queuesiz+1), |
| 1173 | 6*sizeof(float)*(queuesiz+1)) != | |
| 1174 | < | 4*sizeof(float)*queuesiz) { |
| 1174 | > | 4*sizeof(float)*(queuesiz+1)) { |
| 1175 | fprintf(stderr, "%s: error reading from rtrace process\n", | |
| 1176 | progname); | |
| 1177 | exit(1); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |