# HG changeset patch # User Michiel Broek # Date 1403809221 -7200 # Node ID d4829940598074f66ef4ee0d0a6c4d8a2a540585 # Parent 547bbe344886a472a47ba9d04bfc7b773cc1be5c Corrected a spelling error in the xml parser diff -r 547bbe344886 -r d48299405980 thermferm/rdconfig.c --- a/thermferm/rdconfig.c Thu Jun 26 20:55:34 2014 +0200 +++ b/thermferm/rdconfig.c Thu Jun 26 21:00:21 2014 +0200 @@ -601,7 +601,7 @@ { cur = cur->xmlChildrenNode; while (cur != NULL) { - if ((!xmlStrcmp(cur->name, (const xmlChar *)"W1TERM"))) { + if ((!xmlStrcmp(cur->name, (const xmlChar *)"W1THERM"))) { parseW1therm(doc, cur); } cur = cur->next; @@ -859,7 +859,7 @@ parseLCDs(doc, cur); } #endif - if ((!xmlStrcmp(cur->name, (const xmlChar *)"W1TERMS"))) { + if ((!xmlStrcmp(cur->name, (const xmlChar *)"W1THERMS"))) { parseW1therms(doc, cur); } if ((!xmlStrcmp(cur->name, (const xmlChar *)"FERMENTERS"))) {