[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:38:32 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=cf541ca

The following commit has been merged in the master branch:
commit cf541ca12e5c2d9b9525a3e43fe0335924e71ef3
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Jul 10 08:21:10 2007 +0000

    Added curly braces to make Visual C++ happy.
---
 src/actions.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/actions.cpp b/src/actions.cpp
index bcea1b6..c2a31ab 100644
--- a/src/actions.cpp
+++ b/src/actions.cpp
@@ -753,6 +753,7 @@ namespace Action {
     }
 
     int Rename::run(const std::string& path)
+    {
     try {
         if (!Exiv2::fileExists(path, true)) {
             std::cerr << path
@@ -824,7 +825,7 @@ namespace Action {
         std::cerr << "Exiv2 exception in rename action for file " << path
                   << ":
" << e << "
";
         return 1;
-    } // Rename::run
+    }} // Rename::run
 
     Rename::AutoPtr Rename::clone() const
     {

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list