summaryrefslogtreecommitdiff
path: root/source/fud_assert.cpp
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2025-04-06 15:56:55 -0500
committerDominick Allen <djallen@librehumanitas.org>2025-04-06 15:56:55 -0500
commit64f721d4e7d45fdf8965f641ef1ebed25cd5acc4 (patch)
treebfaeada08d9cc7149c29b92655336dea28987683 /source/fud_assert.cpp
parent1f6ec08ea811c71c5b918a4bc197d319cb66abff (diff)
Remove FormatCharMode from fud::format.HEADmaster
Diffstat (limited to 'source/fud_assert.cpp')
-rw-r--r--source/fud_assert.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/fud_assert.cpp b/source/fud_assert.cpp
index 64b3275..82230b9 100644
--- a/source/fud_assert.cpp
+++ b/source/fud_assert.cpp
@@ -63,7 +63,6 @@ void assertFailMessage(const char* assertion, const std::source_location sourceL
}
static_cast<void>(format(
sink,
- FormatCharMode::Unchecked,
u8"{}:{}:{}: {}\n",
fileName,
functionName,