The big NULL replacement party part 3.
Getting there I think.
This commit is contained in:
+1
-1
@@ -658,7 +658,7 @@ const LanguageInfo *GetLanguageInfo( const RString &sIsoCode )
|
||||
return &g_langs[i];
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
RString join( const RString &sDeliminator, const vector<RString> &sSource)
|
||||
|
||||
Reference in New Issue
Block a user