From b918f4906a21d6f37de5c7d503c8da1770df966d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 7 Jun 2024 14:12:59 +0100 Subject: Always use fmtlib directly. --- src/configparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configparser.cpp') diff --git a/src/configparser.cpp b/src/configparser.cpp index 224170bff..ec970b581 100644 --- a/src/configparser.cpp +++ b/src/configparser.cpp @@ -521,7 +521,7 @@ bool ParseStack::ParseFile(const std::string& path, int flags, const std::string if (flags & FLAG_MISSING_OKAY) return true; - throw CoreException(INSP_FORMAT("Could not read \"{}\" for include: {}", path, strerror(errno))); + throw CoreException(fmt::format("Could not read \"{}\" for include: {}", path, strerror(errno))); } reading.push_back(path); -- cgit v1.3.1-10-gc9f91