[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:30 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=ba27704
The following commit has been merged in the master branch:
commit ba2770426fd19ee9a198c4c08533f314c2eeb0be
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sat Jul 3 06:46:23 2004 +0000
Bugfix: added missing break
---
src/exiv2.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/exiv2.cpp b/src/exiv2.cpp
index 48bae38..1edfa80 100644
--- a/src/exiv2.cpp
+++ b/src/exiv2.cpp
@@ -22,13 +22,13 @@
Abstract: Command line program to display and manipulate image %Exif data
File: exiv2.cpp
- Version: $Name: $ $Revision: 1.10 $
+ Version: $Name: $ $Revision: 1.11 $
Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
History: 10-Dec-03, ahu: created
*/
// *****************************************************************************
#include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name: $ $Revision: 1.10 $ $RCSfile: exiv2.cpp,v $")
+EXIV2_RCSID("@(#) $Name: $ $Revision: 1.11 $ $RCSfile: exiv2.cpp,v $")
// *****************************************************************************
// included header files
@@ -266,6 +266,7 @@ int Params::option(int opt, const std::string& optarg, int optopt)
rc = 1;
break;
}
+ break;
case Action::extract:
std::cerr << progname()
<< ": Ignoring surplus option -e" << optarg << "
";
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list