avoid a compiler warning
This commit is contained in:
parent
9046d30bcf
commit
6c9a4cb470
|
@ -1968,7 +1968,7 @@ regranges(int parse_flags, int at_start)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (c++; c < 256; c++) {
|
for (c++; c < 256; c++) {
|
||||||
if (!accum_map[c] == on) {
|
if ((!accum_map[c]) == on) {
|
||||||
re = c - 1;
|
re = c - 1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user