[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=9bb2146

The following commit has been merged in the master branch:
commit 9bb2146c5292b57a988498d231867b9d4cbef509
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Sep 23 22:49:18 2015 +0000

    Fix Visual Studio localtime.c issue for Visual Studio 2015
---
 src/localtime.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/localtime.c b/src/localtime.c
index 24a9980..b9a87dc 100644
--- a/src/localtime.c
+++ b/src/localtime.c
@@ -4,13 +4,15 @@
   @version $Rev$
 */
 
+
+#include "config.h"
+
 #ifdef  _MSC_VER
 #if     _MSC_VER > _MSC_VER_2015
 #define tzname _tzname
 #endif
 #endif
 
-#include "config.h"
 #include "timegm.h"
 
 /*

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list