1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

- Oops committed old version of the patch in r324020. Fixed. See bug #61253.

This commit is contained in:
Gustavo André dos Santos Lopes
2012-03-08 12:39:48 +00:00
parent 7166298d63
commit aee85bc163

View File

@@ -210,7 +210,7 @@ void php_stream_display_wrapper_errors(php_stream_wrapper *wrapper, const char *
err_buf_p = zend_llist_get_next_ex(err_list, &pos), i++) {
strcat(msg, *err_buf_p);
if (i < count - 1) {
l += brlen;
strcat(msg, br);
}
}