diff options
-rw-r--r-- | ext/standard/filters.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/standard/filters.c b/ext/standard/filters.c index aa4be5ca9b..0a59039635 100644 --- a/ext/standard/filters.c +++ b/ext/standard/filters.c @@ -870,9 +870,10 @@ static php_conv_err_t php_conv_qprint_encode_convert(php_conv_qprint_encode *ins /* Check to see if this is EOL whitespace. */ if (inst->lbchars != NULL) { + unsigned char *ps2; unsigned int j, lb_cnt2; + lb_cnt2 = 0; - unsigned char *ps2; ps2 = ps; trail_ws = 1; |