From: Marcus Boerger Date: Mon, 10 Oct 2005 06:07:16 +0000 (+0000) Subject: - MFH Fix Logic X-Git-Tag: php-4.4.1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5663db3b0db83400f9ca182563fe9ed71cf3b01;p=php - MFH Fix Logic --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 57951057c6..f5f5545305 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -3017,7 +3017,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