diff options
| author | Paul Eggert | 2016-05-01 18:07:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-05-01 18:07:56 -0700 |
| commit | b57c1741abfb95da1dc6c165339551daff2ca3e1 (patch) | |
| tree | d3b51835457ca49fe59b311b5c72ee9cd272414d /src/image.c | |
| parent | 309cefe0c2ecabc4ae10d6b86141b92f7c14e74e (diff) | |
| parent | 5a952eb7f6a6b2a0a050cba618a4424e638a861a (diff) | |
| download | emacs-b57c1741abfb95da1dc6c165339551daff2ca3e1.tar.gz emacs-b57c1741abfb95da1dc6c165339551daff2ca3e1.zip | |
Merge from origin/emacs-25
5a952eb Don't mention ~/.emacs.bmk literally in doc strings
c338cf3 * etc/NEWS: Explain why multicolor font display is disabled o...
c30d1b4 Port to Ubuntu 16.04 --enable-gcc-warnings
Diffstat (limited to 'src/image.c')
| -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) |