summaryrefslogtreecommitdiffstats
path: root/src/xmlpythonizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpythonizer.c')
-rw-r--r--src/xmlpythonizer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpythonizer.c b/src/xmlpythonizer.c
index f6dfe15..bf3d323 100644
--- a/src/xmlpythonizer.c
+++ b/src/xmlpythonizer.c
@@ -487,7 +487,7 @@ ptzMAP *dmiMAP_ParseMappingXML_TypeID(xmlDoc *xmlmap, int typeid) {
}
memset(&typeid_s, 0, 16);
- snprintf(typeid_s, 14, "0x%02x", typeid);
+ snprintf(typeid_s, 14, "0x%02X", typeid);
// Find the <TypeMapping> section
node = dmixml_FindNode(node, "TypeMapping");