Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed May 19, 2021
1 parent 2e28de8 commit a5343d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FarEditorSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ void FarEditorSet::LoadUserHrd(const UnicodeString* filename, ParserFactory* pf)
}
xercesc::DOMDocument* catalog = xml_parser.getDocument();
xercesc::DOMElement* elem = catalog->getDocumentElement();
const XMLCh* tagHrdSets = catTagHrcSets;
const XMLCh* tagHrdSets = catTagHrdSets;
const XMLCh* tagHrd = catTagHrd;
if (elem == nullptr || !xercesc::XMLString::equals(elem->getNodeName(), tagHrdSets)) {
throw Exception("main '<hrd-sets>' block not found");
Expand Down

0 comments on commit a5343d9

Please sign in to comment.