summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 5085405002..4a80591201 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1188,7 +1188,7 @@ bool bookmark_play(char *resume_file, int index, unsigned long elapsed,
1188 1188
1189static void say_filetype(int attr) 1189static void say_filetype(int attr)
1190{ 1190{
1191 talk_id(tree_filetype_voiceclip(attr), true); 1191 talk_id(tree_get_filetype_voiceclip(attr), true);
1192} 1192}
1193 1193
1194static int ft_play_dirname(char* name) 1194static int ft_play_dirname(char* name)
@@ -1206,7 +1206,7 @@ static int ft_play_filename(char *dir, char *file, int attr)
1206 file_thumbnail_ext)) 1206 file_thumbnail_ext))
1207 /* file has no .talk extension */ 1207 /* file has no .talk extension */
1208 return talk_file(dir, NULL, file, file_thumbnail_ext, 1208 return talk_file(dir, NULL, file, file_thumbnail_ext,
1209 TALK_IDARRAY(tree_filetype_voiceclip(attr)), false); 1209 TALK_IDARRAY(tree_get_filetype_voiceclip(attr)), false);
1210 1210
1211 /* it already is a .talk file, play this directly, but prefix it. */ 1211 /* it already is a .talk file, play this directly, but prefix it. */
1212 return talk_file(dir, NULL, file, NULL, 1212 return talk_file(dir, NULL, file, NULL,