aboutsummaryrefslogtreecommitdiffstats
path: root/src/configparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configparser.cpp')
-rw-r--r--src/configparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configparser.cpp b/src/configparser.cpp
index 437a4cced..42a540abe 100644
--- a/src/configparser.cpp
+++ b/src/configparser.cpp
@@ -525,7 +525,7 @@ bool ParseStack::ParseFile(const std::string& path, int flags, const std::string
if (flags & FLAG_MISSING_OKAY)
return true;
- throw CoreException(fmt::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);