diff options
author | Jia Tan <jiat0218@gmail.com> | 2022-12-20 20:46:44 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2022-12-20 22:23:59 +0800 |
commit | d3e6fe44196bf9478ad193522e2b48febf2eca6b (patch) | |
tree | e4c9bd4f09886b08e9b880697b1160b4122dd66d /.gitignore | |
parent | liblzma: Update authors list in arm64.c. (diff) | |
download | xz-d3e6fe44196bf9478ad193522e2b48febf2eca6b.tar.xz |
liblzma: Fix lzma_microlzma_encoder() return value.
Using return_if_error on lzma_lzma_lclppb_encode was improper because
return_if_error is expecting an lzma_ret value, but
lzma_lzma_lclppb_encode returns a boolean. This could result in
lzma_microlzma_encoder, which would be misleading for applications.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions