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

17 lines
514 B
Plaintext

$NetBSD: patch-ao,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_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;