mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 11:35:05 +08:00
filesystem: replace COM_CheckString and COM_CheckStringEmpty by COM_StringEmptyOrNULL and COM_StringEmpty
This commit is contained in:
@@ -422,7 +422,7 @@ public:
|
||||
|
||||
bool FullPathToRelativePath( const char *path, char *out ) override
|
||||
{
|
||||
if( !COM_CheckString( path ))
|
||||
if( COM_StringEmptyOrNULL( path ))
|
||||
{
|
||||
*out = 0;
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user