mirror of https://git.tukaani.org/xz.git
Avoid hardcoded constant in easy.c.
This commit is contained in:
parent
1859d22d75
commit
c129748675
|
@ -28,7 +28,7 @@ struct lzma_coder_s {
|
||||||
|
|
||||||
/// We need to keep the filters array available in case
|
/// We need to keep the filters array available in case
|
||||||
/// LZMA_FULL_FLUSH is used.
|
/// LZMA_FULL_FLUSH is used.
|
||||||
lzma_filter filters[5];
|
lzma_filter filters[LZMA_FILTERS_MAX + 1];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue