oops, misnamed property

This commit is contained in:
John Cupitt 2012-07-16 11:28:12 +01:00
parent 8582e40307
commit 62aa2e3708
1 changed files with 1 additions and 1 deletions

View File

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