From 20bf5c5ce90123c76105e4f62039a5c9899287c0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 4 Jan 2026 21:02:23 +0100 Subject: Hacks: qube is awkward as it needs this _type The whole thing is a bit of a nightmare and there's no tests. --- src/lib/exceptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/exceptions.cc') diff --git a/src/lib/exceptions.cc b/src/lib/exceptions.cc index dbeae409f..a34d8f90b 100644 --- a/src/lib/exceptions.cc +++ b/src/lib/exceptions.cc @@ -193,7 +193,7 @@ SQLError::get_filename(SQLiteDatabase& db) CertificateReadError::CertificateReadError(string const& detail) - : std::runtime_error(fmt::format(_("Could not read certificate file ({})", detail))) + : std::runtime_error(fmt::format(_("Could not read certificate file ({})"), detail)) { } -- cgit v1.2.3