The big NULL replacement party part 2.
This may take a bit. Trying to do this by operator/command.
This commit is contained in:
@@ -143,7 +143,7 @@ void TitleSubst::Load(const RString &filename, const RString §ion)
|
||||
}
|
||||
|
||||
XNode *pGroup = xml.GetChild( section );
|
||||
if( pGroup == NULL )
|
||||
if( pGroup == nullptr )
|
||||
return;
|
||||
FOREACH_CONST_Child( pGroup, child )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user