summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 999ed2563f..65446a1565 100644
--- a/apps/plugins/pictureflow/pictureflow.c
+++ b/apps/plugins/pictureflow/pictureflow.c
@@ -4190,7 +4190,7 @@ static int context_menu(void)
4190 /* add a leading slash so that catalog_add_to_a_playlist 4190 /* add a leading slash so that catalog_add_to_a_playlist
4191 later prefills the name when creating a new playlist */ 4191 later prefills the name when creating a new playlist */
4192 rb->snprintf(album_name, MAX_PATH, "/%s", get_album_name(center_index)); 4192 rb->snprintf(album_name, MAX_PATH, "/%s", get_album_name(center_index));
4193 rb->fix_path_part(album_name, 1, sizeof(album_name)); 4193 rb->fix_path_part(album_name, 1, sizeof(album_name) - 2);
4194 file_name = album_name; 4194 file_name = album_name;
4195 attr = ATTR_DIRECTORY; 4195 attr = ATTR_DIRECTORY;
4196 } 4196 }