Skip to content

Commit 5ce6c33

Browse files
committed
Test push (previous push didn't send mail?)
1 parent beb0420 commit 5ce6c33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/spprintf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,7 @@ PHPAPI int vspprintf(char **pbuf, size_t max_len, const char *format, va_list ap
804804
if (max_len && buf.len > max_len) {
805805
buf.len = max_len;
806806
}
807+
807808
smart_string_0(&buf);
808809

809810
if (buf.c) {

0 commit comments

Comments
 (0)