[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:45:47 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=00d7923
The following commit has been merged in the master branch:
commit 00d7923c4a121d39e7f48b2ef661a69406fae17d
Author: Robin Mills <robin at clanmills.com>
Date: Wed Sep 23 23:01:26 2015 +0000
Fix Visual Studio localtime.c issue for Visual Studio 2015 (again)
---
src/localtime.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/localtime.c b/src/localtime.c
index b9a87dc..36b9cb1 100644
--- a/src/localtime.c
+++ b/src/localtime.c
@@ -8,7 +8,7 @@
#include "config.h"
#ifdef _MSC_VER
-#if _MSC_VER > _MSC_VER_2015
+#if _MSC_VER >= _MSC_VER_2015
#define tzname _tzname
#endif
#endif
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list