From ad581a625904993404878b06804106fe5d8caf67 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 11 Jun 2009 11:01:55 +0200 Subject: Renamed to to avoid confusion with the tag --- src/dmidecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit