mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Re-define nil as nullptr, cleaning up some potential issues along the way
This commit is contained in:
@ -67,7 +67,7 @@ void plSDLParser::DebugMsg(const char* fmt, ...) const
|
||||
|
||||
void plSDLParser::DebugMsgV(const char* fmt, va_list args) const
|
||||
{
|
||||
if (strlen(fmt)==nil)
|
||||
if (strlen(fmt) == 0)
|
||||
return;
|
||||
hsStatusMessage(plString::IFormat(fmt,args).c_str());
|
||||
}
|
||||
|
Reference in New Issue
Block a user