Added new error message to warn about corrupted metadata

This commit is contained in:
Dan Čermák 2017-10-06 23:08:01 +02:00
parent 27cabb2a1a
commit 65f45a3505

View File

@ -109,6 +109,7 @@ namespace {
{ 55, N_("tiff directory length is too large") },
{ 56, N_("invalid type value detected in Image::printIFDStructure") },
{ 57, N_("invalid memory allocation request") },
{ 58, N_("corrupted image metadata") },
};
}