oops, misnamed property
This commit is contained in:
parent
8582e40307
commit
62aa2e3708
@ -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 );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user