commit | 19a44488532eeccb522c6ee6c36f08b6c69809b0 | [log] [tgz] |
---|---|---|
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | Thu Nov 01 21:27:32 2018 +0300 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Dec 14 11:52:40 2018 +0100 |
tree | d4a1900b424669943c000793f93a1e8e80f688f8 | |
parent | 3a75187fd878be685e38d94583aa14bb87b892e9 [diff] |
qcow2: use Z_OK instead of 0 for deflateInit2 return code check Use appropriate macro, corresponding to deflateInit2 spec. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Alberto Garcia <berto@igalia.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>