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

--- libfstt/table_hmtx.cc.orig	Sat Feb 14 22:57:32 2004
+++ libfstt/table_hmtx.cc	Sat Feb 14 22:57:41 2004
@@ -41,6 +41,6 @@
 		*advWidth = readUShort();
 	}
 	*lsdBear = readSShort();
-	debug("hmtx(%d) = {%d, %d}\n", glyphNo, *advWidth, *lsdBear);
+	debug3("hmtx(%d) = {%d, %d}\n", glyphNo, *advWidth, *lsdBear);
 }