[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:36:47 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=9699555
The following commit has been merged in the master branch:
commit 9699555a67c835cb8ddea55fb2b1d6c97924cba2
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sun Dec 5 04:08:49 2004 +0000
Fix: Added default target for delete action
---
src/exiv2.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/exiv2.cpp b/src/exiv2.cpp
index 3b8e51d..a944634 100644
--- a/src/exiv2.cpp
+++ b/src/exiv2.cpp
@@ -378,6 +378,7 @@ int Params::nonoption(const std::string& argv)
}
action = true;
action_ = Action::erase;
+ target_ = ctExif;
}
if (argv == "ex" || argv == "extract") {
if (action_ != Action::none && action_ != Action::extract) {
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list