summaryrefslogtreecommitdiff
path: root/apps/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/talk.c')
-rw-r--r--apps/talk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/talk.c b/apps/talk.c
index 462ab85dd1..51e8ae7f01 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -390,7 +390,7 @@ int talk_file(char* filename, bool enqueue)
390 if (p_thumbnail == NULL || size_for_thumbnail <= 0) 390 if (p_thumbnail == NULL || size_for_thumbnail <= 0)
391 return -1; 391 return -1;
392 392
393 if(mp3info(&info, filename)) /* use this to find real start */ 393 if(mp3info(&info, filename, false)) /* use this to find real start */
394 { 394 {
395 return 0; /* failed to open, or invalid */ 395 return 0; /* failed to open, or invalid */
396 } 396 }