mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Make the delete_handler function return the actual result, instead of just 'false'.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24135 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
839007872a
commit
e35a15cf54
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ static bool delete_handler(bool is_dir)
|
|||
if (!res)
|
||||
onplay_result = ONPLAY_RELOAD_DIR;
|
||||
|
||||
return false;
|
||||
return ((res == 0) ? true:false);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue