#1034. Corrections to r4249 to fix erroneous test suite messages.

v0.27.3
Robin Mills 9 years ago
parent 8c92f5f094
commit 1977217534

@ -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) {

Loading…
Cancel
Save