forked from len0rd/rockbox
fix mysterious yellow which was one commit too slow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21308 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c44b7fd1c
commit
e3cb71d6b1
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ static char * browse_get_name_cb( int selected_item, void *data,
|
||||||
static bool browse( char *dst, int dst_size, const char *start )
|
static bool browse( char *dst, int dst_size, const char *start )
|
||||||
{
|
{
|
||||||
struct gui_synclist browse_list;
|
struct gui_synclist browse_list;
|
||||||
int item_count, selected, button;
|
int item_count = 0, selected, button;
|
||||||
struct tree_context backup;
|
struct tree_context backup;
|
||||||
struct entry *dc;
|
struct entry *dc;
|
||||||
bool reload = true;
|
bool reload = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue