mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-16 07:28:07 +02:00
Thinko.
This commit is contained in:
parent
d526705f5e
commit
fcfd6c17ff
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@
|
|||
if ( !sub )
|
||||
return FT_THROW( Invalid_Argument );
|
||||
|
||||
ft_memcpy( library->lcd_geometry, sub, 6 * sizeof( FT_Vector ) );
|
||||
ft_memcpy( library->lcd_geometry, sub, 3 * sizeof( FT_Vector ) );
|
||||
|
||||
return FT_THROW( Unimplemented_Feature );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue