forked from len0rd/rockbox
Johan Vromans' fix after file check fails
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3835 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d8a4bf3ec6
commit
50192e87dc
1 changed files with 1 additions and 1 deletions
|
|
@ -576,7 +576,7 @@ void DoUserDialog(void)
|
||||||
button = rb->button_get(true);
|
button = rb->button_get(true);
|
||||||
button = rb->button_get(true);
|
button = rb->button_get(true);
|
||||||
|
|
||||||
if (button != BUTTON_F2)
|
if (rc != eOK || button != BUTTON_F2)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue