From 74c0f6e765b7e2e8c5fb64b4dd44059e0d4baffb Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Sat, 24 May 2014 05:22:35 +0100 Subject: [PATCH] 6.0.082 (2014-05-23) - Bug item #926 "test statement instead of assignment used in tcpdf_fonts.php" was fixed. - Bug item #925 "924 transparent images bug" was fixed. --- include/tcpdf_images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tcpdf_images.php b/include/tcpdf_images.php index cf2517f..150832e 100644 --- a/include/tcpdf_images.php +++ b/include/tcpdf_images.php @@ -319,7 +319,7 @@ class TCPDF_IMAGES { } elseif ($type == 'iCCP') { // skip profile name $len = 0; - while ((ord(fread($f, 1)) != 0) AND ($len < 79)) { + while ((ord(fread($f, 1)) != 0) AND ($len < 80)) { ++$len; } // get compression method