From: Xinchen Hui Date: Sat, 10 May 2014 03:19:21 +0000 (+0800) Subject: Test push (previous push didn't send mail?) X-Git-Tag: POST_PHPNG_MERGE~384^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ce6c33f6529cd7c3eac6b897697408fae83334d;p=php Test push (previous push didn't send mail?) --- diff --git a/main/spprintf.c b/main/spprintf.c index de8d691b14..158d9ddda3 100644 --- a/main/spprintf.c +++ b/main/spprintf.c @@ -804,6 +804,7 @@ PHPAPI int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap if (max_len && buf.len > max_len) { buf.len = max_len; } + smart_string_0(&buf); if (buf.c) {