shithub: freetype+ttf2subf

Download patch

ref: 297dc2235a293f4e4b653ebd3cdd87105e8e4625
parent: fc58155afc5213480f331990c28e83105f20a371
author: Werner Lemberg <[email protected]>
date: Tue Jan 5 15:48:57 EST 2010

Another clang fix.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@
 	(FT_GlyphSlot_Embolden): Remove dead code.
 
 	* src/base/ftpatent.c (_tt_check_patents_in_table): Initialize
-	`offset_i'.
+	`offset_i' and `length_i'.
 
 2010-01-05  Ralph Giles  <[email protected]>
 
--- a/src/base/ftpatent.c
+++ b/src/base/ftpatent.c
@@ -124,7 +124,7 @@
     if ( service )
     {
       FT_UInt   i = 0;
-      FT_ULong  tag_i = 0, offset_i = 0, length_i;
+      FT_ULong  tag_i = 0, offset_i = 0, length_i = 0;
 
 
       for ( i = 0; !error && tag_i != tag ; i++ )