* decompress.c: Minor simplifications.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Aug 2013 21:17:09 +0000 (14:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 13 Aug 2013 21:17:09 +0000 (14:17 -0700)
commit2d065031e4f2010b41e64fed1d9c7f9a4b3e5091
tree92d35a7926c6e97bebcff7395ad26d88481bc38c
parenta5bd5abb645ea5c0e5bb45425128166af44dc237
* decompress.c: Minor simplifications.

(Fzlib_decompress_region): Don't bother verifying
that avail_out <= UINT_MAX, as that was confusing.
Mention the restriction in a comment instead.
Prefer 'int' to 'ptrdiff_t' when 'int' is wide enough.
src/ChangeLog
src/decompress.c