From 3fef6b154dad367cd2364bf399d77ba944569e14 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 17 Sep 2020 07:16:33 -0700 Subject: [PATCH] ircd::http: Fix buffer alignment. --- include/ircd/http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ircd/http.h b/include/ircd/http.h index 10bd4668b..f002fcabf 100644 --- a/include/ircd/http.h +++ b/include/ircd/http.h @@ -425,7 +425,7 @@ ircd::http::error::error(const string_view &fmt, code, fmt::snstringf //TODO: XXX fmt::sstringf { - 3192, fmt, std::forward(a)... + 3072, fmt, std::forward(a)... } } {}