From dfec613bac5fad02c3c8f80d4116d68c28192f84 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 3 Oct 2008 01:25:44 +0000 Subject: fix yellow... should also actyually fix the issue... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18688 a1c6a512-1295-4272-9138-f99709370657 --- apps/root_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/root_menu.c') diff --git a/apps/root_menu.c b/apps/root_menu.c index d94f28d..dcd281a 100644 --- a/apps/root_menu.c +++ b/apps/root_menu.c @@ -500,7 +500,7 @@ void root_menu(void) int next_screen = GO_TO_ROOT; int selected = 0; - if ((global_status.last_screen&0xff) == -1) + if (global_status.last_screen == (char)-1) global_status.last_screen = GO_TO_ROOT; if (global_settings.start_in_screen == 0) -- cgit v1.1