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:
Jörg Hohensohn 2003-07-16 21:32:20 +00:00
parent d8a4bf3ec6
commit 50192e87dc

View file

@ -576,7 +576,7 @@ void DoUserDialog(void)
button = rb->button_get(true);
button = rb->button_get(true);
if (button != BUTTON_F2)
if (rc != eOK || button != BUTTON_F2)
{
return;
}