Fix OSD options.

This commit is contained in:
sorgelig
2018-05-05 13:19:45 +08:00
parent 4f0418c342
commit dc35c4fd24

View File

@@ -1140,7 +1140,7 @@ void HandleUI(void)
while (1)
{
p = user_io_8bit_get_string(i++);
if (!p || p[0] == '-') continue;
if (!p || p[0] < 'A') continue;
if (entry == menusub) break;
entry++;
}