Minor change

This commit is contained in:
anschrammh 2019-09-01 22:49:46 +02:00
parent c2c95bf339
commit ae31aac4ee

View File

@ -221,7 +221,7 @@ boolean CFGFileParser::save(void *data)
//Let's write the settings //Let's write the settings
for(int i = 0; i < ref->count(); i++) for(int i = 0; i < ref->count(); i++)
{ {
CFGParameterValue *cfgPV = ref->get(i); CFGParameterValue *cfgPV = ref->getAt(i);
if(cfgPV->isQuotedParameter()) if(cfgPV->isQuotedParameter())
{ {