From 193eea1913fb23973e10a73ce3824428f897e7c6 Mon Sep 17 00:00:00 2001 From: Dmitry Fedorov Date: Thu, 23 Sep 2021 09:16:03 -0700 Subject: [PATCH] Update src/tiffimage_int.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Miloš Komarčević <4973094+kmilos@users.noreply.github.com> --- src/tiffimage_int.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tiffimage_int.cpp b/src/tiffimage_int.cpp index fa0a1774..94fe87f2 100644 --- a/src/tiffimage_int.cpp +++ b/src/tiffimage_int.cpp @@ -2032,7 +2032,6 @@ namespace Exiv2 { else { return false; } - //if (tag_ != getUShort(pData + 2, byteOrder_)) return false; uint16_t t = getUShort(pData + 2, byteOrder_); if (t != 444 && tag_ != t) return false; // dima: 444 is for the JPEG-XR offset_ = getULong(pData + 4, byteOrder_);