mirror of
https://git.tukaani.org/xz.git
synced 2025-02-17 14:08:12 +00:00
Fix the fix 863028cb7ad6d8d0455fa69348f56b376d7b908f which
just moved to problem. Now it's really fixed.
This commit is contained in:
parent
67321de963
commit
4d8cdbdab4
@ -385,7 +385,10 @@ lzma_info_metadata_set(lzma_info *info, lzma_allocator *allocator,
|
|||||||
|
|
||||||
const lzma_ret ret = lzma_info_index_set(
|
const lzma_ret ret = lzma_info_index_set(
|
||||||
info, allocator, metadata->index, eat_index);
|
info, allocator, metadata->index, eat_index);
|
||||||
|
|
||||||
|
if (eat_index)
|
||||||
metadata->index = NULL;
|
metadata->index = NULL;
|
||||||
|
|
||||||
if (ret != LZMA_OK)
|
if (ret != LZMA_OK)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user