[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:47:02 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=e808cdf
The following commit has been merged in the master branch:
commit e808cdff3e321d4bc7346727dcec2db907a2a9c5
Author: Robin Mills <robin at clanmills.com>
Date: Thu Sep 22 23:22:40 2016 +0000
#1109 MinGW/32. Correction to r4543 for systems which are neither MINGW nor MSVC
---
src/actions.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/actions.cpp b/src/actions.cpp
index a8b71c5..bcb086b 100644
--- a/src/actions.cpp
+++ b/src/actions.cpp
@@ -72,7 +72,7 @@ EXIV2_RCSID("@(#) $Id$")
#if !defined(__MINGW__) && !defined(_MSC_VER)
#define _fileno(a) a
-#define _setmod(a,b)
+#define _setmode(a,b)
#endif
// *****************************************************************************
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list