提交 4564b2e8 编写于 作者: I Igor Canadi

Merge pull request #76 from lisyarus/fix_zlib_macro_bug

Fix build in case zlib not found
......@@ -396,7 +396,6 @@ inline char* BZip2_Uncompress(const char* input_data, size_t input_length,
_stream.next_out = (char *)(output + old_sz);
_stream.avail_out = output_len - old_sz;
break;
case Z_BUF_ERROR:
default:
delete[] output;
BZ2_bzDecompressEnd(&_stream);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册