From 1977217534c237cd3e557d3175e6745a19e8729a Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Fri, 25 Mar 2016 11:50:16 +0000 Subject: [PATCH] #1034. Corrections to r4249 to fix erroneous test suite messages. --- src/makernote.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makernote.cpp b/src/makernote.cpp index ddb061d0..0f45e97c 100644 --- a/src/makernote.cpp +++ b/src/makernote.cpp @@ -109,7 +109,7 @@ namespace Exiv2 { std::string readExiv2Config(const std::string& section,const std::string& value,const std::string& def) { - std::string result; + std::string result = def; Exiv2::INIReader reader(Exiv2::Internal::getExiv2ConfigPath()); if (reader.ParseError() == 0) {