13 lines
397 B
Text
13 lines
397 B
Text
$NetBSD: patch-ar,v 1.1 2004/02/14 22:27:30 kristerw Exp $
|
|
|
|
--- 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;
|
|
}
|