From 006a5d2eb15f096ce4156ea618187ee3b4ef7750 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 19 Sep 2014 12:04:11 +0100 Subject: [PATCH] oop, dropped a * on the floor --- libvips/iofuncs/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/iofuncs/cache.c b/libvips/iofuncs/cache.c index 89ab91d9..fb615a04 100644 --- a/libvips/iofuncs/cache.c +++ b/libvips/iofuncs/cache.c @@ -771,7 +771,7 @@ vips_cache_operation_buildp( VipsOperation **operation ) * we can get multiple adds. Let the first one win. See * https://github.com/jcupitt/libvips/pull/181 */ - if( !g_hash_table_lookup( vips_cache_table, operation ) ) { + if( !g_hash_table_lookup( vips_cache_table, *operation ) ) { /* Has to be after _build() so we can see output args. */ if( vips__cache_trace ) {