Fix build error when EXIV2_DEBUG_MESSAGES is enabled.

This commit is contained in:
Kevin Backhouse 2021-07-26 13:12:29 +01:00
parent 2532f6db40
commit 35a2b25d64
No known key found for this signature in database
GPG Key ID: 9DD01852EE40366E

View File

@ -686,7 +686,7 @@ namespace Exiv2 {
if (size >= 16) {
out.write(reinterpret_cast<const char*>(buf.pData_ + 16), size - 16);
#ifdef EXIV2_DEBUG_MESSAGES
std::cout << "iccProfile size = " << icc.size_ << std::endl;
std::cout << "iccProfile size = " << size - 16 << std::endl;
#endif
}
} else if (option == kpsIptcErase && signature == "Photoshop 3.0") {