shithub: freetype+ttf2subf

Download patch

ref: 7ae268a2079399d61a64aff0c08cbdeebb4448fc
parent: 69e010fdea63f3d651d07749babce852d4d51ad2
author: Werner Lemberg <[email protected]>
date: Mon Apr 10 18:50:40 EDT 2000

Fixed a compiler warning.

git/fs: mount .git/fs: mount/attach disallowed
--- a/demos/src/ttdebug.c
+++ b/demos/src/ttdebug.c
@@ -811,7 +811,7 @@
   {
     FT_Int    A, diff, key;
     FT_Long   next_IP;
-    FT_Char   ch, oldch, *temp;
+    FT_Char   ch, oldch = '\0', *temp;
 
     TT_Error  error = 0;