Skip to content

Commit 9020877

Browse files
committed
duh forgot to shift brain into dfhack gear
1 parent e2cc735 commit 9020877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/Process.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Process::~Process()
237237
string Process::doReadClassName (void * vptr)
238238
{
239239
if (!checkValidAddress(vptr))
240-
throw std::runtime_error(std::format("invalid vtable ptr {}", vptr));
240+
throw std::runtime_error(fmt::format("invalid vtable ptr {}", vptr));
241241

242242
char* rtti = Process::readPtr(((char*)vptr - sizeof(void*)));
243243
#ifndef WIN32

0 commit comments

Comments
 (0)