2013-09-26 17:14:40 +02:00

17 lines
486 B
Plaintext

$NetBSD: patch-ar,v 1.2 2012/06/13 08:15:15 mef Exp $
Convert varargs-macros to old-style macros, to make the package
compile when using gcc 2.95.
--- libfstt/table_ltsh.cc.orig Sat Feb 14 22:58:03 2004
+++ libfstt/table_ltsh.cc Sat Feb 14 22:58:12 2004
@@ -39,7 +39,7 @@
seekAbsolute(4 + glyphNo);
int yPel = readUByte();
- debug("ltsh::getThreshold(glyphNo = %d) = %d\n", glyphNo, yPel);
+ debug2("ltsh::getThreshold(glyphNo = %d) = %d\n", glyphNo, yPel);
return yPel;
}