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 --- libcore/skinsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcore') diff --git a/libcore/skinsetup.c b/libcore/skinsetup.c index c9ae7bd..1630cc9 100644 --- a/libcore/skinsetup.c +++ b/libcore/skinsetup.c @@ -37,7 +37,7 @@ void cSkinSetupParameter::Debug(void) { dsyslog("skindesigner: min %d, max %d", min, max); if (type == sptString && options) { for (int i=0; i < numOptions; i++) { - dsyslog("skindesigner: option %d: %s, translated: %s", i+1, options[i], optionsTranslated[i]); + dsyslog("skindesigner: option %d: %s", i+1, options[i]); } } } -- cgit v1.2.3