Commit 16647c27 authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent 0133702c
......@@ -141,7 +141,7 @@ std::wstring saxXmlLiteReader::nodeLocalName()
{
if (xml_.IsInit() == false) return _T("");
return XmlUtils::GetNameNoNS(xml_->GetName()).GetBuffer();
return XmlUtils::GetNameNoNS(xml_->GetName());
}
// <p:abc />, returns "p:abc".
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment