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

index 5ec05420731ed8c8d3384ee50c3e42308e8cee9d..dca6d85201d2e3fe9ad276335c423a9f73f90b77 100644 (file)
@@ -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