Skip to content

Commit

Permalink
This is probably what the author intended. See similar statements low…
Browse files Browse the repository at this point in the history
…er in the code.
  • Loading branch information
gartung committed Jun 28, 2016
1 parent dba7074 commit 52b57c2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -872,9 +872,9 @@ void TotemDAQMappingESSourceXML::ParseTreeT1(ParseType pType, xercesc::DOMNode *
}
}

if (!strcmp(XMLString::transcode(a->getNodeName()), "hw_id"))
if (!strcmp(XMLString::transcode(a->getNodeName()), "hw_id")) {
sscanf(XMLString::transcode(a->getNodeValue()), "%x", &hw_id);
hw_id_set = true;
hw_id_set = true; }
}
}

Expand Down

0 comments on commit 52b57c2

Please sign in to comment.