return NULL -> return CString() for clarity and efficiency
This commit is contained in:
@@ -45,7 +45,7 @@ CString ASMHClass::NumberToString( ScreenMessage SM )
|
||||
if ( SM == iter->second )
|
||||
return (*iter).first;
|
||||
|
||||
return NULL;
|
||||
return CString();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user