diff options
author | Jia Tan <jiat0218@gmail.com> | 2022-12-20 20:46:44 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2022-12-30 23:34:31 +0800 |
commit | 5f7ce42a16b1e86ca8408b5c670c25e2a12acc4e (patch) | |
tree | e4c9bd4f09886b08e9b880697b1160b4122dd66d /ChangeLog | |
parent | CMake: Update .gitignore for CMake artifacts from in source build. (diff) | |
download | xz-5f7ce42a16b1e86ca8408b5c670c25e2a12acc4e.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 'ChangeLog')
0 files changed, 0 insertions, 0 deletions