From a181ef1f2caffcc6fcda28eebe4647e46fc68865 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 14 Jan 2014 13:47:11 +0000 Subject: [PATCH] stuff --- libvips/iofuncs/threadpool.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libvips/iofuncs/threadpool.c b/libvips/iofuncs/threadpool.c index 360ac1d0..2b65bfaa 100644 --- a/libvips/iofuncs/threadpool.c +++ b/libvips/iofuncs/threadpool.c @@ -885,7 +885,8 @@ vips_threadpool_run( VipsImage *im, VIPS_DEBUG_MSG( "vips_threadpool_run: tick\n" ); - if( pool->stop || pool->error ) + if( pool->stop || + pool->error ) break; if( progress &&