shithub: freetype+ttf2subf

Download patch

ref: 741a17e82bb91131dfdb4d0b65ff89a14eebdb4d
parent: b6de8d1d3fa66340523e4f0346ae6b8ae425b205
author: David Turner <[email protected]>
date: Tue Jan 23 11:14:38 EST 2007

* src/truetype/ttobjs.c: fixed typo that prevented compilation when
        disabling both the unpatented and the bytecode interpreter in the
        TrueType font driver

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-01-23  David Turner  <[email protected]>
 
+	* src/truetype/ttobjs.c: fixed typo that prevented compilation when
+	disabling both the unpatented and the bytecode interpreter in the
+	TrueType font driver
+
 	* src/autofit/aflatin.c, src/autofit/aftypes.h, src/autofit/afwarp.h,
 	src/autofit/afwarp.c: fix and enable the warper to improve "light"
 	hinting mode. This is not necessarily a final version, but it seems
--- a/src/truetype/ttobjs.c
+++ b/src/truetype/ttobjs.c
@@ -704,7 +704,7 @@
   FT_LOCAL_DEF( FT_Error )
   tt_size_ready_bytecode( TT_Size  size )
   {
-    FT_UNUSED( ftsize );
+    FT_UNUSED( size );
     return 0;
   }