From 47ed6413ce8f2586b8d542dc46055e075a47022e Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 6 Aug 2010 10:14:25 +0000 Subject: Updated to freetype 2.4.1 --- freetype/src/base/ftoutln.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'freetype/src/base/ftoutln.c') diff --git a/freetype/src/base/ftoutln.c b/freetype/src/base/ftoutln.c index b69df84c0..356b15611 100644 --- a/freetype/src/base/ftoutln.c +++ b/freetype/src/base/ftoutln.c @@ -990,7 +990,8 @@ int i; FT_Pos ray_y[3]; - FT_Orientation result[3]; + FT_Orientation result[3] = + { FT_ORIENTATION_NONE, FT_ORIENTATION_NONE, FT_ORIENTATION_NONE }; if ( !outline || outline->n_points <= 0 ) -- cgit v1.2.3