1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 05:52:32 -08:00

image.c: Fix debugging code accidentally checked in

This commit is contained in:
Lars Magne Ingebrigtsen 2013-08-16 17:13:42 +02:00
parent 8a6f875f7e
commit 6146bf5d2f

View file

@ -7903,7 +7903,7 @@ imagemagick_prune_animation_cache ()
struct animation_cache *cache = animation_cache;
struct animation_cache *prev = NULL;
EMACS_TIME old = sub_emacs_time (current_emacs_time (),
EMACS_TIME_FROM_DOUBLE (5));
EMACS_TIME_FROM_DOUBLE (60));
while (cache)
{