From: Christian Geisert Date: Mon, 2 Sep 2002 17:48:26 +0000 (+0000) Subject: fixed compile error X-Git-Tag: Alt-Design-integration-base~422 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0706f737a76da81f1e53a07341a3a57e8d759d03;p=xmlgraphics-fop.git fixed compile error git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195139 13f79535-47bb-0310-9956-ffa450edef68 --- 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()];