X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/c45e52762bee7033872fbc34f3dc3a343c77855d..b19beacc5491758e57e2afb890aa9fdd696a9e0e:/src/image.c diff --git a/src/image.c b/src/image.c index 314849ef75..c7820c3a7f 100644 --- a/src/image.c +++ b/src/image.c @@ -6778,7 +6778,7 @@ tiff_load (struct frame *f, struct image *img) } /* Try to open the image file. */ - tiff = fn_TIFFOpen (SDATA (file), "r"); + tiff = fn_TIFFOpen (SSDATA (file), "r"); if (tiff == NULL) { image_error ("Cannot open `%s'", file, Qnil);