The big NULL replacement party part 2.
This may take a bit. Trying to do this by operator/command.
This commit is contained in:
@@ -181,7 +181,7 @@ bool FilenameDB::ResolvePath( RString &sPath )
|
||||
if( iBegin == (int) sPath.size() )
|
||||
break;
|
||||
|
||||
if( fs == NULL )
|
||||
if( fs == nullptr )
|
||||
fs = GetFileSet( ret );
|
||||
else
|
||||
m_Mutex.Lock(); /* for access to fs */
|
||||
|
||||
Reference in New Issue
Block a user