# | Line 78 | Line 78 | nextscan(void) /* read and condition next scanline | |
---|---|---|
78 | } | |
79 | if (what2do&DO_ACUITY) | |
80 | acuscan(scanbuf, nread); | |
81 | < | else if (freadscan(scanbuf, scanlen(&inpres), infp) < 0) { |
81 | > | else if (fread2scan(scanbuf, scanlen(&inpres), infp, |
82 | > | NCSAMP, WLPART) < 0) { |
83 | fprintf(stderr, "%s: %s: scanline read error\n", | |
84 | progname, infn); | |
85 | exit(1); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |