From: Gustavo André dos Santos Lopes Date: Thu, 8 Mar 2012 12:39:48 +0000 (+0000) Subject: - Oops committed old version of the patch in r324020. Fixed. See bug #61253. X-Git-Tag: php-5.5.0alpha1~452 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdc512afb39f7da84a798f7702b1cc4de3524463;p=php - Oops committed old version of the patch in r324020. Fixed. See bug #61253. --- diff --git a/main/streams/streams.c b/main/streams/streams.c index 9a95108bfe..3da13e5069 100755 --- a/main/streams/streams.c +++ b/main/streams/streams.c @@ -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); } }