cc32130045
compile when using gcc 2.95.
12 lines
379 B
Text
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);
|
|
}
|
|
|