aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <[email protected]>2013-08-16 17:13:42 +0200
committerLars Magne Ingebrigtsen <[email protected]>2013-08-16 17:13:42 +0200
commit6146bf5d2f5e1075bde6ee71e44c804fe87ab683 (patch)
treebdab05570ef3012d7e14bf5b79f49c9efebbdafc /src/image.c
parent8a6f875f7e613b2910ed3355ce0f2c01fa43cb9b (diff)
image.c: Fix debugging code accidentally checked in
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c
index ed10a3ed6c..3607be1e86 100644
--- a/src/image.c
+++ b/src/image.c
@@ -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)
{