From f76b9e8aa39fd865bb9713fd999d1a438711ae5b Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Thu, 29 Oct 2015 19:46:57 +0000 Subject: [PATCH] #1130. Correction to r3997. --- src/xmp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xmp.cpp b/src/xmp.cpp index d3fa8fb1..e09e87d5 100644 --- a/src/xmp.cpp +++ b/src/xmp.cpp @@ -423,6 +423,7 @@ namespace Exiv2 { SXMPMeta::RegisterNamespace("http://www.audio/", "audio"); SXMPMeta::RegisterNamespace("http://www.video/", "video"); } + return initialized_; } #else bool XmpParser::initialize(XmpParser::XmpLockFct, void* )