Revert "Change some RString methods to free functions"
This commit is contained in:
@@ -976,7 +976,7 @@ ConfOption *ConfOption::Find( RString name )
|
||||
{
|
||||
ConfOption *opt = &g_ConfOptions[i];
|
||||
RString match(opt->name);
|
||||
if( CompareNoCase(match, name) )
|
||||
if( match.CompareNoCase(name) )
|
||||
continue;
|
||||
return opt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user