Update src/tiffimage_int.cpp

Co-authored-by: Miloš Komarčević <4973094+kmilos@users.noreply.github.com>
main
Dmitry Fedorov 4 years ago committed by GitHub
parent 1491b106d9
commit 193eea1913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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_);

Loading…
Cancel
Save