| # | Line 91 | Line 91 | readerr: | |
|---|---|---|
| 91 | static int | |
| 92 | binary_copyf(FILE *fp, int asize) | |
| 93 | { | |
| 94 | < | const int skip_thresh = 1024; |
| 94 | > | const int skip_thresh = 8192; |
| 95 | const size_t elsiz = asize*ncomp; | |
| 96 | const int width = scanlen(&res); | |
| 97 | const long skip_len = (width-ncols)*elsiz; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |