diff --git a/src/error.cpp b/src/error.cpp index e90a9c0a..f2edf4dd 100644 --- a/src/error.cpp +++ b/src/error.cpp @@ -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") }, }; }