Skip to content

Commit b74a300

Browse files
committed
Fix build - no model field anymore
1 parent a65b8ab commit b74a300

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
@@ -3138,8 +3138,6 @@ static int exif_process_IFD_in_MAKERNOTE(image_info_type *ImageInfo, char * valu
31383138
/*exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "check (%s)", maker_note->make?maker_note->make:"");*/
31393139
if (maker_note->make && (!ImageInfo->make || strcmp(maker_note->make, ImageInfo->make)))
31403140
continue;
3141-
if (maker_note->model && (!ImageInfo->model || strcmp(maker_note->model, ImageInfo->model)))
3142-
continue;
31433141
if (maker_note->id_string && value_len >= maker_note->id_string_len
31443142
&& strncmp(maker_note->id_string, value_ptr, maker_note->id_string_len))
31453143
continue;

0 commit comments

Comments
 (0)