From bbd07c51ea09d39a276ce4ed21eba19072150c0c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 12:22:00 +0200 Subject: Adding upstream version 3.7.11. 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 fc205c7..db79404 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