From 9cc5944b2b74fced03fb7a829735de364fe4e933 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 24 Jan 2001 05:06:51 +0000 Subject: [PATCH] errrr? SVN revision: 4149 --- src/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/image.c b/src/image.c index 29ec430..df3c66f 100644 --- a/src/image.c +++ b/src/image.c @@ -526,7 +526,7 @@ __imlib_CleanupImagePixmapCache(void) __imlib_ConsumeImagePixmap(ip_last); } } - while ((current_cache > cache_size) || (operation)) + while ((current_cache > cache_size) && (operation)) { ip_last = NULL; operation = 0;