[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=66cfbe3

The following commit has been merged in the master branch:
commit 66cfbe32145a94a887849361aa30685e85b1b9d3
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Sep 22 23:06:39 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 3684313..a8b71c5 100644
--- a/src/actions.cpp
+++ b/src/actions.cpp
@@ -71,7 +71,7 @@ EXIV2_RCSID("@(#) $Id$")
 #endif
 
 #if !defined(__MINGW__) && !defined(_MSC_VER)
-#define _fileno(a)
+#define _fileno(a) a
 #define _setmod(a,b)
 #endif
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list