mirror of
https://github.com/php/php-src.git
synced 2025-01-26 21:54:16 +08:00
Test push (previous push didn't send mail?)
This commit is contained in:
parent
beb042090d
commit
5ce6c33f65
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user