pkgsrc/x11/xfstt/patches/patch-aq
2004-02-14 22:27:30 +00:00

12 lines
379 B
Text

$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);
}