We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81dee7 commit 117d432Copy full SHA for 117d432
Generals/Code/GameEngine/Source/Common/System/StackDump.cpp
@@ -370,11 +370,11 @@ stack_frame.AddrFrame.Offset = myebp;
370
process,
371
thread,
372
&stack_frame,
373
- NULL, //&gsContext,
374
- NULL,
+ nullptr, //&gsContext,
+ nullptr,
375
DbgHelpLoader::symFunctionTableAccess,
376
DbgHelpLoader::symGetModuleBase,
377
- NULL) != 0;
+ nullptr) != 0;
378
if (stillgoing)
379
{
380
*addresses = (void*)stack_frame.AddrPC.Offset;
0 commit comments