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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:39:29 UTC 2017


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

The following commit has been merged in the master branch:
commit d5414dd8ec76ba711e226f47937b31927fc8bc1a
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Jun 3 02:34:51 2008 +0000

    Removed obsolete error message.
---
 src/error.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/error.cpp b/src/error.cpp
index 2a5556b..7a25727 100644
--- a/src/error.cpp
+++ b/src/error.cpp
@@ -58,7 +58,7 @@ namespace Exiv2 {
         ErrMsg( 13, N_("Image type %1 is not supported")), // %1=image type
         ErrMsg( 14, N_("Failed to read image data")),
         ErrMsg( 15, N_("This does not look like a JPEG image")),
-        ErrMsg( 16, N_("MakerTagInfo registry full")),
+//        ErrMsg( 16, N_("")), -- currently not used
         ErrMsg( 17, N_("%1: Failed to rename file to %2: %3")), // %1=old path, %2=new path, %3=strerror
         ErrMsg( 18, N_("%1: Transfer failed: %2")), // %1=path, %2=strerror
         ErrMsg( 19, N_("Memory transfer failed: %1")), // %1=strerror

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list