summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/pictureflow/pictureflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c
index 2f075a7e61..b20225492e 100644
--- a/apps/plugins/pictureflow/pictureflow.c
+++ b/apps/plugins/pictureflow/pictureflow.c
@@ -4214,7 +4214,7 @@ static void set_initial_slide(const char* selected_file)
4214 pf_cfg.last_album); 4214 pf_cfg.last_album);
4215 else 4215 else
4216 { 4216 {
4217 struct mp3entry id3; 4217 static struct mp3entry id3;
4218#if defined(HAVE_TC_RAMCACHE) && defined(HAVE_DIRCACHE) 4218#if defined(HAVE_TC_RAMCACHE) && defined(HAVE_DIRCACHE)
4219 if (rb->tagcache_fill_tags(&id3, selected_file)) 4219 if (rb->tagcache_fill_tags(&id3, selected_file))
4220 set_current_slide(id3_get_index(&id3)); 4220 set_current_slide(id3_get_index(&id3));