From 23f607076c3f633d640d1a6819a9b6dcc2a57c60 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 02:00:39 +0200 Subject: Merging upstream version 3.5.25. Signed-off-by: Daniel Baumann --- src/postqueue/showq_json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/postqueue') diff --git a/src/postqueue/showq_json.c b/src/postqueue/showq_json.c index e9d4fb5..40bebdd 100644 --- a/src/postqueue/showq_json.c +++ b/src/postqueue/showq_json.c @@ -96,7 +96,7 @@ static char *json_quote(VSTRING *result, const char *text) VSTRING_ADDCH(result, 't'); break; default: - vstring_sprintf(result, "\\u%04X", ch); + vstring_sprintf_append(result, "\\u%04X", ch); break; } } else { -- cgit v1.2.3