diff options
Diffstat (limited to 'src/zencore/callstack.cpp')
| -rw-r--r-- | src/zencore/callstack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zencore/callstack.cpp b/src/zencore/callstack.cpp index 8c37286be..9b06d4575 100644 --- a/src/zencore/callstack.cpp +++ b/src/zencore/callstack.cpp @@ -42,7 +42,7 @@ public: m_CallstackLock.WithExclusiveLock([&]() { if (!m_Initialized) { - m_CurrentProcess = GetCurrentProcess(); + m_CurrentProcess = GetCurrentProcess(); std::filesystem::path ProgramBaseDir = GetRunningExecutablePath().parent_path(); if (SymInitializeW(m_CurrentProcess, ProgramBaseDir.c_str(), TRUE) == TRUE) { |