shithub: freetype+ttf2subf

Download patch

ref: b3936a16004f7ac216352452fd023b11da4f01eb
parent: 04aa800ce982d340befbec799ed9d3735eb6bd64
author: David Turner <[email protected]>
date: Thu Jun 1 00:44:36 EDT 2000

small bug fix from Robert :-)

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/cff/t2parse.c
+++ b/src/cff/t2parse.c
@@ -352,7 +352,7 @@
                            FT_Byte*    start,
                            FT_Byte*    limit )
   {
-    FT_Byte*  p;
+    FT_Byte*  p     = start;
     FT_Error  error = 0;
     
     parser->top    = parser->stack;