This commit is contained in:
Jeremy 2024-05-22 23:44:04 -05:00
parent 176ad609ce
commit 837fbc742d
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -17,7 +17,7 @@ namespace detail {
~dbghelp_syminit_manager() {
for(auto handle : set) {
if(!SymCleanup(handle)) {
ASSERT(false, microfmt::format("Cpptrace SymCleanup failed with code {}\n", GetLastError()));
ASSERT(false, microfmt::format("Cpptrace SymCleanup failed with code {}\n", GetLastError()).c_str());
}
}
}