From f44aabb7ac97f329645bab102849150f5bc30983 Mon Sep 17 00:00:00 2001 From: louis Date: Mon, 10 Aug 2015 22:48:52 +0200 Subject: fixed bug that setup int parameters do not respect max value --- libtemplate/xmlparser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libtemplate/xmlparser.c') diff --git a/libtemplate/xmlparser.c b/libtemplate/xmlparser.c index ba5684e..17fa2c6 100644 --- a/libtemplate/xmlparser.c +++ b/libtemplate/xmlparser.c @@ -600,6 +600,7 @@ void cXmlParser::ParseSetupParameter(void) { GetAttribute(attributeName, paramName); GetAttribute(attributeDisplayText, paramDisplayText); GetAttribute(attributeMin, paramMin); + GetAttribute(attributeMax, paramMax); GetAttribute(attributeOptions, paramOptions); GetNodeValue(paramValue); -- cgit v1.2.3