[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:37:50 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=6a2ec40
The following commit has been merged in the master branch:
commit 6a2ec40b76909651656d034d38a4c537342bdbde
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Wed Aug 16 15:52:38 2006 +0000
Fixed typo introduced in rev. 850, needed for the tests to pass with MSVC 2005
---
src/timegm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/timegm.h b/src/timegm.h
index 2d4a09a..153ec15 100644
--- a/src/timegm.h
+++ b/src/timegm.h
@@ -7,7 +7,7 @@
#define TIMEGM_H_
/* Visual Studio C++ 2005 (8.0) uses 64 bit time_t, which doesn't work */
-#if defined _MSV_VER && _MSC_VER >= 1400
+#if defined _MSC_VER && _MSC_VER >= 1400
# define _USE_32BIT_TIME_T
#endif
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list