summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer/gif/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/imageviewer/gif/gif.c')
-rw-r--r--apps/plugins/imageviewer/gif/gif.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/apps/plugins/imageviewer/gif/gif.c b/apps/plugins/imageviewer/gif/gif.c
index c3cad71e10..31fd11d9a6 100644
--- a/apps/plugins/imageviewer/gif/gif.c
+++ b/apps/plugins/imageviewer/gif/gif.c
@@ -110,10 +110,9 @@ static int load_image(char *filename, struct image_info *info,
110 110
111 if (!iv->running_slideshow) 111 if (!iv->running_slideshow)
112 { 112 {
113 rb->lcd_putsf(0, 2, "image %dx%d", 113 rb->lcd_putsf(0, 2, "file: %s",
114 p_decoder->width, 114 filename);
115 p_decoder->height); 115 rb->lcd_putsf(0, 3, "size: %dx%d",
116 rb->lcd_putsf(0, 3, "decoding %d*%d",
117 p_decoder->width, 116 p_decoder->width,
118 p_decoder->height); 117 p_decoder->height);
119 rb->lcd_update(); 118 rb->lcd_update();