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


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

The following commit has been merged in the master branch:
commit 07fb3bfc41150c71b680006d5cc39bd9eeffeffb
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Feb 22 04:29:56 2007 +0000

    Fixed broken macro
---
 src/i18n.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/i18n.h b/src/i18n.h
index 2959e6e..9ff0021 100644
--- a/src/i18n.h
+++ b/src/i18n.h
@@ -42,7 +42,7 @@
 const char* _exvGettext(const char* str);
 
 # define _(String) _exvGettext(String)
-# define N_(String) gettext_noop(String)
+# define N_(String) String
 
 #else /* NLS is disabled */
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list