This commit is contained in:
Elena.Subbotina
2023-03-29 11:31:53 +03:00
parent baaf79a5dd
commit f2d0ae5e23

View File

@ -395,7 +395,7 @@ public:
size_t nCountNodes = oNodes.size();
for (size_t nIndex = 0; nIndex < nCountNodes; ++nIndex)
{
XmlUtils::CXmlNode & oCurrentRecord = oNodesnIndex[];
XmlUtils::CXmlNode & oCurrentRecord = oNodes[nIndex];
if (L"Default" == oCurrentRecord.GetName() && oCurrentRecord.GetAttributeA("Extension") == "sigs")
continue;