mirror of
https://abf.rosa.ru/djam/php7.git
synced 2025-02-22 22:32:48 +00:00
11 lines
369 B
Diff
11 lines
369 B
Diff
--- ext/bz2/bz2_filter.c 9 Aug 2007 23:27:22 -0000 1.3.2.2.2.5
|
|
+++ ext/bz2/bz2_filter.c 16 Dec 2007 17:22:31 -0000 1.3.2.2.2.6
|
|
@@ -132,6 +132,8 @@ static php_stream_filter_status_t php_bz
|
|
data->strm.avail_out = data->outbuf_len;
|
|
data->strm.next_out = data->outbuf;
|
|
exit_status = PSFS_PASS_ON;
|
|
+ } else if (status == BZ_OK) {
|
|
+ break;
|
|
}
|
|
}
|
|
}
|