diff options
| author | Xin LI <delphij@FreeBSD.org> | 2020-03-21 19:13:22 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2020-03-21 19:13:22 +0000 |
| commit | b89a9714932b4fb6d8aec10dc79b7ecf9a9ce536 (patch) | |
| tree | 02eb67059a2125bda85edbc6e386d53bea49d67e /src/liblzma/delta/delta_decoder.c | |
| parent | 9657691eff9c78f404f3f9d5907240d267893826 (diff) | |
Notes
Diffstat (limited to 'src/liblzma/delta/delta_decoder.c')
| -rw-r--r-- | src/liblzma/delta/delta_decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/delta/delta_decoder.c b/src/liblzma/delta/delta_decoder.c index 6859afa5cd76..13d8a28f0df6 100644 --- a/src/liblzma/delta/delta_decoder.c +++ b/src/liblzma/delta/delta_decoder.c @@ -70,7 +70,7 @@ lzma_delta_props_decode(void **options, const lzma_allocator *allocator, return LZMA_MEM_ERROR; opt->type = LZMA_DELTA_TYPE_BYTE; - opt->dist = props[0] + 1; + opt->dist = props[0] + 1U; *options = opt; |
