From: Marcus Boerger Date: Mon, 10 Oct 2005 06:06:12 +0000 (+0000) Subject: - Fix logic X-Git-Tag: RELEASE_0_9_1~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=623df3a85998275b5f2420c8dae98946c1bbe848;p=php - 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