|
@@ -313,7 +313,10 @@ bool TCLCommand::ParseCommandsFromXml(std::string strFileOrString, std::vector<C
|
|
}
|
|
}
|
|
|
|
|
|
if ( cmdparam.name.size() )
|
|
if ( cmdparam.name.size() )
|
|
|
|
+ {
|
|
|
|
+ cmdparam.UpdateRtnCode();
|
|
vtCommandParams.push_back(cmdparam);
|
|
vtCommandParams.push_back(cmdparam);
|
|
|
|
+ }
|
|
|
|
|
|
pXmlElent = pXmlElent->NextSiblingElement();
|
|
pXmlElent = pXmlElent->NextSiblingElement();
|
|
}
|
|
}
|