]> git.lizzy.rs Git - zlib.git/commit
Do not initialize unsigned with -1 in compress.c uncompr.c.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 2 Aug 2015 23:47:14 +0000 (16:47 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Mon, 3 Aug 2015 00:22:20 +0000 (17:22 -0700)
commitbfcace04f91bd27c8c7c040da2396fe4b7724422
tree41fc707b03f7825fb4bc600d0522256e011e1bca
parent43bfaba3d718a27c1b137b1d1aa90d9427ab4a4f
Do not initialize unsigned with -1 in compress.c uncompr.c.

Sun compiler complained.  Use (unsigned)0 - 1 instead.
compress.c
uncompr.c