diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/onplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c index 9ba70a353b..cfda5f4105 100644 --- a/apps/onplay.c +++ b/apps/onplay.c | |||
@@ -571,7 +571,7 @@ static bool delete_handler(bool is_dir) | |||
571 | if (!res) | 571 | if (!res) |
572 | onplay_result = ONPLAY_RELOAD_DIR; | 572 | onplay_result = ONPLAY_RELOAD_DIR; |
573 | 573 | ||
574 | return false; | 574 | return ((res == 0) ? true:false); |
575 | } | 575 | } |
576 | 576 | ||
577 | 577 | ||