diff options
Diffstat (limited to 'infback.c')
-rw-r--r-- | infback.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -434,6 +434,9 @@ void FAR *out_desc; | |||
434 | } | 434 | } |
435 | } | 435 | } |
436 | 436 | ||
437 | /* handle error breaks in while */ | ||
438 | if (state->mode == BAD) break; | ||
439 | |||
437 | /* build code tables */ | 440 | /* build code tables */ |
438 | state->next = state->codes; | 441 | state->next = state->codes; |
439 | state->lencode = (code const FAR *)(state->next); | 442 | state->lencode = (code const FAR *)(state->next); |