Skip to content

Commit da0d5a1

Browse files
author
Moriyoshi Koizumi
committed
Fixed my silly mistake in the filter code
1 parent abc088a commit da0d5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/filters.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ static php_stream_filter_status_t strfilter_convert_filter(
14451445
char *pd;
14461446
size_t ocnt;
14471447

1448-
if (buckets_in->head == NULL && buckets_in->tail == NULL) {
1448+
if (flags != PSFS_FLAG_NORMAL) {
14491449
/* flush operation */
14501450

14511451
out_buf_size = 64;

0 commit comments

Comments
 (0)