From f7c14e62fbc5a2c3e72c914accf626b4ee78267f Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Tue, 28 Apr 2020 14:51:29 +0100 Subject: [PATCH] taglist_unexpected_arg_0.27 --- samples/taglist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/taglist.cpp b/samples/taglist.cpp index ee0d132f..9a0ef17e 100644 --- a/samples/taglist.cpp +++ b/samples/taglist.cpp @@ -83,6 +83,7 @@ int main(int argc, char* argv[]) try { XmpProperties::printProperties(std::cout, item); + break; } catch (const AnyError&) { rc = 2; }