summaryrefslogtreecommitdiffstats
path: root/src/dmidecode.c
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-06-11 18:56:10 +0200
committerDavid Sommerseth <davids@redhat.com>2009-06-11 18:56:10 +0200
commitd3e1e163a21a55ca8f3daf1d4eb0549851b28361 (patch)
tree38341edc5bd07d56d2feff584b3b5d68c7bc2155 /src/dmidecode.c
parent48725333d5cfbe44194ed34f20223cad74c6e538 (diff)
downloadpython-dmidecode-d3e1e163a21a55ca8f3daf1d4eb0549851b28361.tar.gz
python-dmidecode-d3e1e163a21a55ca8f3daf1d4eb0549851b28361.tar.xz
python-dmidecode-d3e1e163a21a55ca8f3daf1d4eb0549851b28361.zip
Fixed an XML formatting issue - dmispec attribute was duplicated in <OEMstrings>
Diffstat (limited to 'src/dmidecode.c')
-rw-r--r--src/dmidecode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dmidecode.c b/src/dmidecode.c
index 3900770..e5e4a4b 100644
--- a/src/dmidecode.c
+++ b/src/dmidecode.c
@@ -2140,7 +2140,6 @@ void dmi_oem_strings(xmlNode *node, struct dmi_header *h)
u8 count = p[0x00];
int i;
- dmixml_AddAttribute(node, "dmispec", "3.3.12");
dmixml_AddAttribute(node, "count", "%i", count);
for(i = 1; i <= count; i++) {