Core/CrashHandler: NULL -> nullptr

(cherry picked from commit 68fdfcaa50)
This commit is contained in:
Shauren
2020-08-07 16:51:58 +02:00
parent 473f3db0ab
commit 259bbf1e04

View File

@@ -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()