Skip to content

Commit aa6fbbf

Browse files
committed
Fix build in case zlib not found
1 parent 2966d76 commit aa6fbbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

port/port_posix.h

-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,6 @@ inline char* BZip2_Uncompress(const char* input_data, size_t input_length,
396396
_stream.next_out = (char *)(output + old_sz);
397397
_stream.avail_out = output_len - old_sz;
398398
break;
399-
case Z_BUF_ERROR:
400399
default:
401400
delete[] output;
402401
BZ2_bzDecompressEnd(&_stream);

0 commit comments

Comments
 (0)