From: Marcus Boerger Date: Mon, 10 Oct 2005 06:09:25 +0000 (+0000) Subject: - MFH Fix Logic X-Git-Tag: php-5.1.0RC2~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=656f02fada180b188caa50a1861b0a44510d97d1;p=php - MFH Fix Logic --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 5ec0542073..dca6d85201 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -3035,7 +3035,7 @@ static int exif_process_IFD_in_JPEG(image_info_type *ImageInfo, char *dir_start, * Ignore IFD2 if it purportedly exists */ if (section_index == SECTION_THUMBNAIL) { - return FALSE; + return TRUE; } /* * Hack to make it process IDF1 I hope