[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:14 UTC 2017


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

The following commit has been merged in the master branch:
commit eacaf1cde03f456c187c3cc82d800b111606e0a2
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Apr 1 08:17:00 2004 +0000

    Minor change
---
 src/write-test.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/write-test.cpp b/src/write-test.cpp
index b51af77..9a2ba27 100644
--- a/src/write-test.cpp
+++ b/src/write-test.cpp
@@ -3,7 +3,7 @@
   Abstract : ExifData write unit tests
 
   Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
-  Version  : $Name:  $ $Revision: 1.2 $
+  Version  : $Name:  $ $Revision: 1.3 $
 
   Test procedure: 
    $ rm -f test.jpg thumb.jpg iii ttt; 
@@ -231,7 +231,7 @@ std::string writeError(int rc, const char* file)
         error = "Writing to the output stream failed";
         break;
     default:
-        error = "Reading Exif data failed, rc = " + toString(rc);
+        error = "Writing Exif data failed, rc = " + toString(rc);
         break;
     }
     return error;

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list