mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/CrashHandler: NULL -> nullptr
(cherry picked from commit 68fdfcaa50)
This commit is contained in:
@@ -1345,7 +1345,6 @@ bool logChildren)
|
||||
}
|
||||
|
||||
bHandled = true;
|
||||
return;
|
||||
}
|
||||
|
||||
void WheatyExceptionReport::FormatOutputValue(char * pszCurrBuffer,
|
||||
@@ -1552,8 +1551,6 @@ void WheatyExceptionReport::PrintSymbolDetail()
|
||||
Log(_T("\t"));
|
||||
|
||||
Log(_T("%s\r\n"), symbolDetails.top().ToString().c_str());
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
std::string SymbolDetail::ToString()
|
||||
|
||||
Reference in New Issue
Block a user