From Sekender, fixed warnins

This commit is contained in:
Robert Osfield
2008-12-17 10:34:09 +00:00
parent ca3e855b9c
commit e754fc5aab
3 changed files with 2 additions and 4 deletions

View File

@@ -403,7 +403,7 @@ bool ReaderWriterCURL::read(std::istream& fin, std::string& destination) const
15 + 32 // autodected zlib or gzip header
);
if (ret != Z_OK)
return ret;
return false;
/* decompress until deflate stream ends or end of file */
do {