aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index 810bd4be989..383e154b265 100644
--- a/src/image.c
+++ b/src/image.c
@@ -7127,7 +7127,7 @@ gif_load (struct frame *f, struct image *img)
7127 } 7127 }
7128 7128
7129 /* Open the GIF file. */ 7129 /* Open the GIF file. */
7130 gif = fn_DGifOpenFileName (SDATA (file)); 7130 gif = fn_DGifOpenFileName (SSDATA (file));
7131 if (gif == NULL) 7131 if (gif == NULL)
7132 { 7132 {
7133 image_error ("Cannot open `%s'", file, Qnil); 7133 image_error ("Cannot open `%s'", file, Qnil);