summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index c60468a7dd..ef4b38da51 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -1490,7 +1490,7 @@ static bool autoresumable(struct mp3entry *id3)
1490 1490
1491 is_resumable = false; 1491 is_resumable = false;
1492 1492
1493 if (id3->path) 1493 if (*id3->path)
1494 { 1494 {
1495 for (path = global_settings.autoresume_paths; 1495 for (path = global_settings.autoresume_paths;
1496 *path; /* search terms left? */ 1496 *path; /* search terms left? */