oop, dropped a * on the floor

This commit is contained in:
John Cupitt 2014-09-19 12:04:11 +01:00
parent 862d7f03ea
commit 006a5d2eb1
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {