diff options
author | David Sommerseth <davids@redhat.com> | 2009-07-02 19:06:35 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2009-07-02 19:06:35 +0200 |
commit | 7663721800f7428aafad5ee6072763f05c7c0fde (patch) | |
tree | bcef73a20bce8a20854f8b070ab4b870ba0dd3ac /src/dmidecode.c | |
parent | 7081e1a71c3b420cb75a8bcb4a805cffd2dd804f (diff) | |
download | python-dmidecode-7663721800f7428aafad5ee6072763f05c7c0fde.tar.gz python-dmidecode-7663721800f7428aafad5ee6072763f05c7c0fde.tar.xz python-dmidecode-7663721800f7428aafad5ee6072763f05c7c0fde.zip |
Completed python XML map for TypeMap 0x16
Diffstat (limited to 'src/dmidecode.c')
-rw-r--r-- | src/dmidecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dmidecode.c b/src/dmidecode.c index 33730c3..d4d8e9a 100644 --- a/src/dmidecode.c +++ b/src/dmidecode.c @@ -4383,7 +4383,7 @@ xmlNode *dmi_decode(xmlNode *prnt_n, dmi_codes_major *dmiMajor, struct dmi_heade dmixml_AddTextChild(sect_n, "SBDSchemistry", "%s", dmi_string(h, data[0x14])); } - dmixml_AddTextChild(sect_n, "OEMinformation", "%s", "0x%08x", DWORD(data + 0x16)); + dmixml_AddTextChild(sect_n, "OEMinformation", "0x%08x", DWORD(data + 0x16)); break; case 23: /* 3.3.24 System Reset */ |