mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Re-define nil as nullptr, cleaning up some potential issues along the way
This commit is contained in:
@ -279,7 +279,7 @@ const char* ProcessTab(const char* fmt)
|
||||
//
|
||||
bool plNetClientMgr::Log(const char* str) const
|
||||
{
|
||||
if (strlen(str)==nil)
|
||||
if (strlen(str) == 0)
|
||||
return true;
|
||||
|
||||
// prepend raw time
|
||||
|
Reference in New Issue
Block a user