improvements on fpc
This commit is contained in:
@@ -58,7 +58,12 @@ const char *CINISection::GetStringValue( const char *szKeyName )
|
||||
|
||||
CUtlString CINISection::GetUTLStringValue( const char *szKeyName )
|
||||
{
|
||||
|
||||
for (auto &value: m_values)
|
||||
{
|
||||
if (value->m_szKey == szKeyName)
|
||||
return value->m_szData;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
class CINIFile: public IINIFile
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user