diff options
| author | Lars Magne Ingebrigtsen | 2013-08-15 20:47:28 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2013-08-15 20:47:28 +0200 |
| commit | 1d18b1e6ab1aabab94554fc10e24811478346fab (patch) | |
| tree | 25f0575563d114a7fe1ee3dbf65f6b410ce1b634 /src/ChangeLog | |
| parent | 703dbebab0c46f059593df55698c488df15dd806 (diff) | |
| download | emacs-1d18b1e6ab1aabab94554fc10e24811478346fab.tar.gz emacs-1d18b1e6ab1aabab94554fc10e24811478346fab.zip | |
(imagemagick_compute_animated_image): Fix animated segafault
(imagemagick_compute_animated_image): Setting the iterator row to
zero is apparently not allowed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9087f8b12b8..431802eab45 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * image.c (imagemagick_compute_animated_image): Animate correctly | 3 | * image.c (imagemagick_compute_animated_image): Animate correctly |
| 4 | when sub-images are smaller than the main image. | 4 | when sub-images are smaller than the main image. |
| 5 | (imagemagick_compute_animated_image): Setting the iterator row to | ||
| 6 | zero is apparently not allowed. | ||
| 5 | 7 | ||
| 6 | 2013-08-15 Jan Djärv <jan.h.d@swipnet.se> | 8 | 2013-08-15 Jan Djärv <jan.h.d@swipnet.se> |
| 7 | 9 | ||