return NULL -> return CString() for clarity and efficiency
This commit is contained in:
@@ -409,7 +409,7 @@ CString ScreenPackages::URLEncode( const CString &URL )
|
||||
CString ScreenPackages::StripOutContainers( const CString & In )
|
||||
{
|
||||
if( In.size() == 0 )
|
||||
return NULL;
|
||||
return CString();
|
||||
|
||||
unsigned i = 0;
|
||||
char t = In.at(i);
|
||||
|
||||
Reference in New Issue
Block a user