diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index 2a7c2ccc82d..22bbc35fcfb 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -7979,7 +7979,8 @@ gif_load (struct frame *f, struct image *img) | |||
| 7979 | { | 7979 | { |
| 7980 | img->lisp_data | 7980 | img->lisp_data |
| 7981 | = Fcons (make_number (ext->Function), | 7981 | = Fcons (make_number (ext->Function), |
| 7982 | Fcons (make_unibyte_string (ext->Bytes, ext->ByteCount), | 7982 | Fcons (make_unibyte_string ((char *) ext->Bytes, |
| 7983 | ext->ByteCount), | ||
| 7983 | img->lisp_data)); | 7984 | img->lisp_data)); |
| 7984 | if (ext->Function == GIF_LOCAL_DESCRIPTOR_EXTENSION | 7985 | if (ext->Function == GIF_LOCAL_DESCRIPTOR_EXTENSION |
| 7985 | && ext->ByteCount == 4) | 7986 | && ext->ByteCount == 4) |