property name mixup

This commit is contained in:
John Cupitt 2012-07-16 12:50:09 +01:00
parent 62aa2e3708
commit 0fc9c286ee

View File

@ -237,7 +237,7 @@ vips_foreign_save_jpeg_buffer_build( VipsObject *object )
area = vips_area_new_blob( (VipsCallbackFn) vips_free, obuf, olen );
g_object_set( file, "buf", area, NULL );
g_object_set( file, "buffer", area, NULL );
return( 0 );
}