]> granicus.if.org Git - php/commitdiff
- MFH Fix Logic
authorMarcus Boerger <helly@php.net>
Mon, 10 Oct 2005 06:07:16 +0000 (06:07 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 10 Oct 2005 06:07:16 +0000 (06:07 +0000)
ext/exif/exif.c

index 57951057c622f6622c5c75cf1d4ad75f31b9a0ef..f5f5545305584d8ce634daacfb4d9499a42e4bbc 100644 (file)
@@ -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