forked from len0rd/rockbox
Fixed broken delete file/directory confirmation in onplay
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5101 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5dfc1d0649
commit
06c99f681d
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ static bool delete_handler(bool is_dir)
|
|||
|
||||
default:
|
||||
/* ignore button releases */
|
||||
if (!(btn & BUTTON_REL))
|
||||
if ((btn & BUTTON_REL))
|
||||
exit = true;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue