mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix an occasional crash when using .talk MP3 files for directories in ID3 browsing mode. Spotted and fixed by Steve Bavin (plus minor change by me)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10185 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8436d41b38
commit
b44714331b
2 changed files with 4 additions and 5 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
int ft_load(struct tree_context* c, const char* tempdir);
|
||||
int ft_play_filenumber(int pos, int attr);
|
||||
int ft_play_dirname(int start_index);
|
||||
int ft_play_dirname(char* name);
|
||||
void ft_play_filename(char *dir, char *file);
|
||||
int ft_enter(struct tree_context* c);
|
||||
int ft_exit(struct tree_context* c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue