corrected
This commit is contained in:
parent
98eadc151e
commit
d6c4d4a6d5
@ -180,8 +180,11 @@ small(fitsmall, gain)
|
||||
if (bflag)
|
||||
return(0);
|
||||
if (nbits == BITMAX) {
|
||||
else if (pass == PASS_1)
|
||||
static int w_given;
|
||||
if (pass == PASS_1 && ! w_given) {
|
||||
w_given = 1;
|
||||
warning("bit table overflow");
|
||||
}
|
||||
return(0);
|
||||
}
|
||||
p = &bittab[(int) (nbits>>3)];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user