From ee0111a53986ab309e3ae1a819d55318a950e99a Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 3 Nov 2008 09:40:45 +0000 Subject: fix a data abort when the start screen is set to previous and nvram.bin is invalid git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18982 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/settings.h b/apps/settings.h index d6a21e8ef6..8c206053aa 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -288,7 +288,7 @@ struct system_status obviously a better fix is to fix the screen... so remove this when that happens */ #endif - char last_screen; + signed char last_screen; int viewer_icon_count; }; -- cgit v1.2.3