Merge branch 'master' of github.com:jcupitt/libvips
This commit is contained in:
commit
892fa2eeba
@ -101,7 +101,7 @@ void *vips_area_get_data( VipsArea *area,
|
||||
#define VIPS_ARRAY_ADDR( X, I ) \
|
||||
(((I) >= 0 && (I) < VIPS_AREA( X )->n) ? \
|
||||
(void *) ((VipsPel *) VIPS_AREA( X )->data + \
|
||||
VIPS_AREA( X )->sizeof_type * (I)) : \
|
||||
VIPS_AREA( X )->sizeof_type * (I)) : \
|
||||
(fprintf( stderr, \
|
||||
"VIPS_ARRAY_ADDR: index out of bounds, " \
|
||||
"file \"%s\", line %d\n" \
|
||||
|
@ -63,7 +63,7 @@ Copyright K.Martinez 30/6/93
|
||||
#include <vips/internal.h>
|
||||
#include <vips/debug.h>
|
||||
|
||||
/* We have to represent all header fields as char* so we can spot unset args
|
||||
/* We have to represent all header fields as char * so we can spot unset args
|
||||
* safely.
|
||||
*/
|
||||
static char *xsize = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user