mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 09:32:40 -05:00
Patch #1016041 by Eric Lassauge
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5561 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0978026dda
commit
ae75ea8858
1 changed files with 2 additions and 1 deletions
|
|
@ -393,7 +393,8 @@ bool menu_run(int m)
|
|||
return true;
|
||||
|
||||
default:
|
||||
if (menus[m].items[menus[m].cursor].function())
|
||||
if ((menus[m].items[menus[m].cursor].function) &&
|
||||
(menus[m].items[menus[m].cursor].function()))
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue