]> git.eshelyaron.com Git - emacs.git/commit
Fix thinko in the anim cache
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 12 Apr 2022 10:12:24 +0000 (12:12 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 12 Apr 2022 10:12:24 +0000 (12:12 +0200)
commit8e1c0054b3545863e41d51c95b69ab7fdb0cc61d
tree5db96e6ef9a646238ecc7e5cae71fbec57db719b
parent78784ccfadaee1c86207ecc360db7236285713f5
Fix thinko in the anim cache

* src/image.c (gif_load): Fix resetting the cache when we're out
of sync.
(anim_create_cache): Start from zero, not 1.
src/image.c