Skip to content

Commit

Permalink
Follow up 364bd17: restore return value
Browse files Browse the repository at this point in the history
  • Loading branch information
marchcat committed Feb 9, 2024
1 parent 762855f commit 67876e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/llcommon/StackWalker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ class StackWalkerInternal
GetUserNameA(szUserName, &dwSize);
this->m_parent->OnSymInit(buf, symOptions, szUserName);

return false;
return true;
}

StackWalker *m_parent;
Expand Down

0 comments on commit 67876e6

Please # to comment.