shithub: freetype+ttf2subf

Download patch

ref: 62952153fe84ada6c611ea7ef87ba8a87d8a7f46
parent: 9b3d1c75ad150b7964b7e8cc5619c0f5b49ec72f
author: David Turner <[email protected]>
date: Fri Jul 7 16:14:22 EDT 2000

removed a compiler warning..

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/cff/t2gload.c
+++ b/src/cff/t2gload.c
@@ -464,7 +464,7 @@
                          FT_Pos       x,
                          FT_Pos       y )
   {
-    FT_Error  error;
+    FT_Error  error = 0;
     
     /* test whether we are building a new contour */
     if ( !builder->path_begun )