This commit is contained in:
jojo61
2020-03-12 08:05:39 +01:00
parent 5586618c6e
commit 34b1fccb28
3 changed files with 4 additions and 4 deletions

View File

@@ -1133,7 +1133,7 @@ void cMenuSetupSoft::Create(void)
static char *scalingtest[100];
if (scalers == 0) {
scalingtest[0] = "Off";
scalingtest[0] = (char *) "Off";
for (scalers = 0; pl_named_filters[scalers].filter != NULL; scalers++) {
scaling[scalers] = (char *)pl_named_filters[scalers].name;
scalingtest[scalers + 1] = (char *)pl_named_filters[scalers].name;