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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:44:52 UTC 2017


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

The following commit has been merged in the master branch:
commit 405231439c22d15ad6848b2081a658ed4d91242d
Author: Robin Mills <robin at clanmills.com>
Date:   Sat Feb 14 06:15:12 2015 +0000

    #1029.  Added missing change required in include/exiv2/exv_msvc.h (discovered thank to Jenkins).
---
 include/exiv2/exv_msvc.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/exiv2/exv_msvc.h b/include/exiv2/exv_msvc.h
index a7419c5..39a14cd 100644
--- a/include/exiv2/exv_msvc.h
+++ b/include/exiv2/exv_msvc.h
@@ -111,9 +111,9 @@ typedef int pid_t;
 #pragma comment(lib, "ws2_32.lib")
 #pragma comment(lib, "wldap32.lib")
 
-/* File path separator */
-#define EXV_SEPARATOR_STR "\"
-#define EXV_SEPARATOR_CHR '\'
+/* File path seperator */
+#define EXV_SEPERATOR_STR "\"
+#define EXV_SEPERATOR_CHR '\'
 
 /* Windows unicode path support */
 // #define EXV_UNICODE_PATH

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list