Minor change
This commit is contained in:
parent
c2c95bf339
commit
ae31aac4ee
@ -221,7 +221,7 @@ boolean CFGFileParser::save(void *data)
|
||||
//Let's write the settings
|
||||
for(int i = 0; i < ref->count(); i++)
|
||||
{
|
||||
CFGParameterValue *cfgPV = ref->get(i);
|
||||
CFGParameterValue *cfgPV = ref->getAt(i);
|
||||
|
||||
if(cfgPV->isQuotedParameter())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user