]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
zlib: fix error on partial compression of files. Fixes #1902.
authorAdam Sutton <dev@adamsutton.me.uk>
Wed, 1 Jan 2014 12:48:39 +0000 (12:48 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Wed, 1 Jan 2014 12:48:39 +0000 (12:48 +0000)
commit4d5c8a9ae267df6837b6a920da5010cea755b91a
tree7347494258d430e4bf570331f67fd34065ff05c0
parent688e0bef1f52b1f41d2ecff330329da952bd528f
zlib: fix error on partial compression of files. Fixes #1902.

This occurs where compressing small, already compressd files, typically images.

I could avoid compression of very small (or already compressed) files. But its
simple to keep things uniform and fixing this makes sense anyway!
src/filebundle.c