1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-05-03 06:49:36 +00:00

Skip the extension part of the first item in the config string

Prevents a Mount options to be displayed, when the ROM extension
starts with 'S' (like SMS)
This commit is contained in:
Gyorgy Szombathelyi
2018-12-17 12:39:48 +01:00
parent cc081afb47
commit c327172626

6
menu.c
View File

@@ -817,10 +817,10 @@ void HandleUI(void)
OsdWrite(entry, s, menusub==entry, 0);
entry++;
} else {
i++;
first_displayed_8bit = 1;
p = user_io_8bit_get_string(i);
first_displayed_8bit = 1;
}
i++;
p = user_io_8bit_get_string(i);
}
// check for 'F'ile or 'S'D image strings