aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2013-08-15 20:47:28 +0200
committerLars Magne Ingebrigtsen2013-08-15 20:47:28 +0200
commit1d18b1e6ab1aabab94554fc10e24811478346fab (patch)
tree25f0575563d114a7fe1ee3dbf65f6b410ce1b634 /src/ChangeLog
parent703dbebab0c46f059593df55698c488df15dd806 (diff)
downloademacs-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/ChangeLog2
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
62013-08-15 Jan Djärv <jan.h.d@swipnet.se> 82013-08-15 Jan Djärv <jan.h.d@swipnet.se>
7 9