summaryrefslogtreecommitdiff
path: root/src/base/ftlcdfil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/ftlcdfil.c')
-rw-r--r--src/base/ftlcdfil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/ftlcdfil.c b/src/base/ftlcdfil.c
index 6e9b4e46d..031375238 100644
--- a/src/base/ftlcdfil.c
+++ b/src/base/ftlcdfil.c
@@ -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 );
}