Added new error message to warn about corrupted metadata
This commit is contained in:
parent
27cabb2a1a
commit
65f45a3505
@ -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") },
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user