}
}
- if (lb_ptr >= lb_cnt && icnt <= 0) {
+ if (lb_ptr >= lb_cnt && icnt == 0) {
break;
}
for (;;) {
switch (scan_stat) {
case 0: {
- if (icnt <= 0) {
+ if (icnt == 0) {
goto out;
}
if (*ps == '=') {
} break;
case 1: {
- if (icnt <= 0) {
+ if (icnt == 0) {
goto out;
}
if (*ps == ' ' || *ps == '\t') {
} /* break is missing intentionally */
case 2: {
- if (icnt <= 0) {
+ if (icnt == 0) {
goto out;
}
} break;
case 4: {
- if (icnt <= 0) {
+ if (icnt == 0) {
goto out;
}
if (lb_cnt < inst->lbchars_len &&