1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jonathan Gordon 2008-11-03 09:40:45 +00:00
parent c5ecffe9e9
commit ee0111a539

View file

@ -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;
};