]> wimlib.net Git - wimlib/commitdiff
lzx_write_compressed_tree(), lzx_read_code_lens(): Specify signed char
authorEric Biggers <ebiggers3@gmail.com>
Tue, 2 Jul 2013 02:32:40 +0000 (21:32 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 2 Jul 2013 02:58:14 +0000 (21:58 -0500)
The existing code specified just 'char' for a variable expected to be
signed, but the signedness of a 'char' is implementation-defined.  (In
fact, on ARM it is unsigned.)


No differences found