diff options
| -rw-r--r-- | decompress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decompress.c b/decompress.c index f3db91d..7351134 100644 --- a/decompress.c +++ b/decompress.c | |||
| @@ -285,7 +285,7 @@ Int32 BZ2_decompress ( DState* s ) | |||
| 285 | 285 | ||
| 286 | /*--- Now the selectors ---*/ | 286 | /*--- Now the selectors ---*/ |
| 287 | GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); | 287 | GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); |
| 288 | if (nGroups < 2 || nGroups > 6) RETURN(BZ_DATA_ERROR); | 288 | if (nGroups < 2 || nGroups > BZ_N_GROUPS) RETURN(BZ_DATA_ERROR); |
| 289 | GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); | 289 | GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); |
| 290 | if (nSelectors < 1 || nSelectors > BZ_MAX_SELECTORS) RETURN(BZ_DATA_ERROR); | 290 | if (nSelectors < 1 || nSelectors > BZ_MAX_SELECTORS) RETURN(BZ_DATA_ERROR); |
| 291 | for (i = 0; i < nSelectors; i++) { | 291 | for (i = 0; i < nSelectors; i++) { |
