Merge pull request #1187 from Exiv2/taglist_unexpected_arg_0.27

taglist_unexpected_arg_0.27
v0.27.3
Robin Mills 5 years ago committed by GitHub
commit 6ac5cd1c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,6 +83,7 @@ int main(int argc, char* argv[])
try {
XmpProperties::printProperties(std::cout, item);
break;
} catch (const AnyError&) {
rc = 2;
}

Loading…
Cancel
Save