forgot to turn off DEBUG

This commit is contained in:
John Cupitt 2014-06-17 14:21:31 +01:00
parent 519898a7ac
commit 131b78ad67

View File

@ -111,8 +111,8 @@
*/
/*
*/
#define DEBUG
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
@ -383,8 +383,7 @@ vips_affine_build( VipsObject *object )
VipsObjectClass *class = VIPS_OBJECT_GET_CLASS( object );
VipsResample *resample = VIPS_RESAMPLE( object );
VipsAffine *affine = (VipsAffine *) object;
VipsImage **t = (VipsImage **)
vips_object_local_array( object, 4 );
VipsImage **t = (VipsImage **) vips_object_local_array( object, 4 );
VipsImage *in;
VipsDemandStyle hint;