diff options
author | David Sommerseth <davids@redhat.com> | 2009-06-11 11:01:55 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2009-06-11 11:01:55 +0200 |
commit | ad581a625904993404878b06804106fe5d8caf67 (patch) | |
tree | 1b98249e93df43bd096eb8f3237a7633779cf037 /src | |
parent | bd2860211df08c041033c1403707c13d899ae786 (diff) | |
download | python-dmidecode-ad581a625904993404878b06804106fe5d8caf67.tar.gz python-dmidecode-ad581a625904993404878b06804106fe5d8caf67.tar.xz python-dmidecode-ad581a625904993404878b06804106fe5d8caf67.zip |
Renamed <description> to <DMIdescription> to avoid confusion with the <Description> tag
Diffstat (limited to 'src')
-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 63b8040..3900770 100644 --- a/src/dmidecode.c +++ b/src/dmidecode.c @@ -3700,7 +3700,7 @@ xmlNode *dmi_decode(xmlNode *prnt_n, dmi_codes_major *dmiMajor, struct dmi_heade dmixml_AddAttribute(sect_n, "dmispec", "%s", dmiMajor->id); dmixml_AddAttribute(sect_n, "type", "%i", h->type); - dmixml_AddTextChild(sect_n, "description", "%s", dmiMajor->desc); + dmixml_AddTextChild(sect_n, "DMIdescription", "%s", dmiMajor->desc); switch (h->type) { case 0: /* 3.3.1 BIOS Information */ |