From 65f45a350516bfde4941d7906f2d67462f48d1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Fri, 6 Oct 2017 23:08:01 +0200 Subject: [PATCH] Added new error message to warn about corrupted metadata --- src/error.cpp | 1 + 1 file changed, 1 insertion(+) 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") }, }; }