oops in ref_string_get

duh typo
This commit is contained in:
John Cupitt 2015-07-15 14:52:07 +01:00
parent ee0f082059
commit 2a6dd4e3d2
1 changed files with 0 additions and 2 deletions

View File

@ -519,8 +519,6 @@ vips_ref_string_get( VipsRefString *refstr, size_t *length )
{
VipsArea *area = VIPS_AREA( refstr );
g_assert( area->type == G_TYPE_DOUBLE );
return( vips_area_get_data( area, length, NULL, NULL, NULL ) );
}