mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-09 05:41:46 +08:00
engine: common: simplified strings operations.
This commit is contained in:
committed by
Alibek Omarov
parent
299e3fe957
commit
abd9778ef3
@@ -344,7 +344,7 @@ delta_info_t *Delta_FindStructByEncoder( const char *encoderName )
|
||||
{
|
||||
int i;
|
||||
|
||||
if( !encoderName || !encoderName[0] )
|
||||
if( !COM_CheckString( encoderName ) )
|
||||
return NULL;
|
||||
|
||||
for( i = 0; i < NUM_FIELDS( dt_info ); i++ )
|
||||
|
||||
Reference in New Issue
Block a user