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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:40:21 UTC 2017


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

The following commit has been merged in the master branch:
commit 2f25f6a14ef42289897a8b10d18738b3f54c4a14
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Feb 10 13:25:26 2009 +0000

    Minor change: added comment to clarify fix for #612.
---
 src/actions.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/actions.cpp b/src/actions.cpp
index 30bab5f..c447e45 100644
--- a/src/actions.cpp
+++ b/src/actions.cpp
@@ -1032,7 +1032,7 @@ namespace Action {
         if (Params::instance().verbose_ && image->xmpData().count() > 0) {
             std::cout << _("Erasing XMP data from the file") << std::endl;
         }
-        image->clearXmpData();
+        image->clearXmpData();                  // Quick fix for bug #612
         image->clearXmpPacket();
         return 0;
     }

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list