summaryrefslogtreecommitdiff
path: root/x11/xfstt/patches/patch-ao
blob: 29871ea57fdc43d0e8b466c8efb3113dbbee3ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ao,v 1.1 2004/02/14 22:27:30 kristerw Exp $

--- libfstt/table_glyf.cc.orig	Sat Feb 14 22:56:09 2004
+++ libfstt/table_glyf.cc	Sat Feb 14 22:56:19 2004
@@ -219,7 +219,7 @@
 		codeLength = readUShort();
 		codeOffset = tell();
 		seekRelative(codeLength);
-		debug("Composite Hints: ofs %05X, len %d\n",
+		debug2("Composite Hints: ofs %05X, len %d\n",
 			 codeOffset, codeLength);
 	} else
 		codeLength = 0;