]> granicus.if.org Git - php/commitdiff
Test push (previous push didn't send mail?)
authorXinchen Hui <laruence@php.net>
Sat, 10 May 2014 03:19:21 +0000 (11:19 +0800)
committerXinchen Hui <laruence@php.net>
Sat, 10 May 2014 03:19:21 +0000 (11:19 +0800)
main/spprintf.c

index de8d691b14b6a1933e617d684ea10a5699ee8c41..158d9ddda3f506a8834aef7fc989fef13e03e413 100644 (file)
@@ -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) {