]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
fixed compile error
authorChristian Geisert <chrisg@apache.org>
Mon, 2 Sep 2002 17:48:26 +0000 (17:48 +0000)
committerChristian Geisert <chrisg@apache.org>
Mon, 2 Sep 2002 17:48:26 +0000 (17:48 +0000)
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

index e8d3e34cfbd9c12b86194618ce7186bad06e47eb..065d25b7dbcd878d8ca34817ed6bf32aa1ff29c2 100644 (file)
@@ -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()];