From 27a4f9c4ac45ff65f941964f7351b64b1e6a9f35 Mon Sep 17 00:00:00 2001 From: scuri Date: Tue, 20 Oct 2009 17:20:18 +0000 Subject: *** empty log message *** --- src/freetype2/pfr/pfrgload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/freetype2/pfr/pfrgload.c') diff --git a/src/freetype2/pfr/pfrgload.c b/src/freetype2/pfr/pfrgload.c index 3bb1733..6fe6e42 100644 --- a/src/freetype2/pfr/pfrgload.c +++ b/src/freetype2/pfr/pfrgload.c @@ -595,7 +595,7 @@ if ( org_count + count > glyph->max_subs ) { - FT_UInt new_max = ( org_count + count + 3 ) & -4; + FT_UInt new_max = ( org_count + count + 3 ) & (FT_UInt)-4; if ( FT_RENEW_ARRAY( glyph->subs, glyph->max_subs, new_max ) ) -- cgit v1.2.3