From 0706f737a76da81f1e53a07341a3a57e8d759d03 Mon Sep 17 00:00:00 2001 From: Christian Geisert Date: Mon, 2 Sep 2002 17:48:26 +0000 Subject: [PATCH] fixed compile error git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195139 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/fonts/TTFSubSetFile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/apache/fop/fonts/TTFSubSetFile.java b/src/org/apache/fop/fonts/TTFSubSetFile.java index e8d3e34cf..065d25b7d 100644 --- a/src/org/apache/fop/fonts/TTFSubSetFile.java +++ b/src/org/apache/fop/fonts/TTFSubSetFile.java @@ -577,7 +577,7 @@ public class TTFSubSetFile extends TTFFile { * Check if TrueType collection, and that the name * exists in the collection */ - if (!checkTTC(in, name, false)) + if (!checkTTC(in, name)) throw new IOException("Failed to read font"); output = new byte[in.getFileSize()]; -- 2.39.5