return NULL -> return CString() for clarity and efficiency
This commit is contained in:
@@ -273,7 +273,7 @@ CString NoteSkinManager::GetPathFromDirAndFile( const CString &sDir, const CStri
|
||||
GetDirListing( sDir+sFileName+"*", matches, false, true );
|
||||
|
||||
if( matches.empty() )
|
||||
return NULL;
|
||||
return CString();
|
||||
|
||||
if( matches.size() > 1 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user