Fixed: Wrong return value
This commit is contained in:
parent
4618eab9d0
commit
4ea903be4f
@ -53,7 +53,7 @@ bool SIMmultiCpl::parse (const TiXmlElement* elem)
|
||||
if (!sim->parse(elem))
|
||||
return false;
|
||||
|
||||
return true;
|
||||
return results;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user