mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed bug that setup int parameters do not respect max value
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user