From b7cb5ee605e4d23fb2e777fd18a829fd01a90460 Mon Sep 17 00:00:00 2001 From: zhanglinhahaha Date: Fri, 25 Oct 2024 11:12:27 +0800 Subject: [PATCH] [CORRECTION] modify error comment. --- src/error.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.cpp b/src/error.cpp index 1216788179..ebab5227e4 100644 --- a/src/error.cpp +++ b/src/error.cpp @@ -90,7 +90,7 @@ constexpr std::array errList{ N_("Arithmetic operation overflow"), // kerArithmeticOverflow N_("Memory allocation failed"), // kerMallocFailed N_("Cannot convert text encoding from '%1' to '%2'"), // kerInvalidIconvEncoding - N_("%1: File access disabled in exiv2 build options"), // kerFileOpenFailed %1=path + N_("%1: File access disabled in exiv2 build options"), // kerFileAccessDisabled %1=path }; static_assert(errList.size() == static_cast(Exiv2::ErrorCode::kerErrorCount), "errList needs to contain a error msg for every ErrorCode defined in error.hpp");