Skip to content

Commit 24bbd84

Browse files
committed
(xdelta3) Warning fixes
1 parent 504d51e commit 24bbd84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/xdelta3/xdelta3-djw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,7 @@ xd3_decode_huff (xd3_stream *stream,
17121712
if ((ret = djw_decode_prefix (stream, & bstate, & input, input_end,
17131713
cl_inorder, cl_base, cl_limit,
17141714
& cl_minlen, & cl_maxlen, cl_mtf,
1715-
groups, clen[0]))) { goto fail; }
1715+
groups, (uint8_t *)clen))) { goto fail; }
17161716

17171717
/* Prepare the actual decoding tables. */
17181718
for (gp = 0; gp < groups; gp += 1)

0 commit comments

Comments
 (0)