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:
parent
c5ecffe9e9
commit
ee0111a539
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ struct system_status
|
||||||
obviously a better fix is to fix the screen... so remove this
|
obviously a better fix is to fix the screen... so remove this
|
||||||
when that happens */
|
when that happens */
|
||||||
#endif
|
#endif
|
||||||
char last_screen;
|
signed char last_screen;
|
||||||
int viewer_icon_count;
|
int viewer_icon_count;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue