summarylogtreecommitdiffstats
path: root/leptonica-1.68.patch
blob: 8ac04b2a7d94711e79d471e1443f3c4069513c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -urN jbig2enc/jbig2.cc jbig2enc.new/jbig2.cc
--- jbig2enc/jbig2.cc	2011-04-12 15:13:55.112243731 +0200
+++ jbig2enc.new/jbig2.cc	2011-04-12 15:17:26.123135262 +0200
@@ -349,7 +349,7 @@
         return 1;
       }
       l_int32 filetype;
-      findFileFormat(fp, &filetype);
+      findFileFormatStream(fp, &filetype);
       if (filetype==IFF_TIFF && tiffGetCount(fp, &numsubimages)) {
         return 1;
       }