Skip to content

Commit c85a877

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix build - no model field anymore
2 parents d9f57e8 + b74a300 commit c85a877

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/exif/exif.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3129,8 +3129,6 @@ static int exif_process_IFD_in_MAKERNOTE(image_info_type *ImageInfo, char * valu
31293129
/*exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "check (%s)", maker_note->make?maker_note->make:"");*/
31303130
if (maker_note->make && (!ImageInfo->make || strcmp(maker_note->make, ImageInfo->make)))
31313131
continue;
3132-
if (maker_note->model && (!ImageInfo->model || strcmp(maker_note->model, ImageInfo->model)))
3133-
continue;
31343132
if (maker_note->id_string && value_len >= maker_note->id_string_len
31353133
&& strncmp(maker_note->id_string, value_ptr, maker_note->id_string_len))
31363134
continue;

0 commit comments

Comments
 (0)