[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:40:58 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=933c36b

The following commit has been merged in the master branch:
commit 933c36b4e8230bcba9066c123819a5929b6f01b6
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Sun Dec 27 15:02:34 2009 +0000

    Minor change to make XMP-SDK compile on MinGW with gcc-4.4
---
 xmpsdk/src/XMPMeta.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xmpsdk/src/XMPMeta.cpp b/xmpsdk/src/XMPMeta.cpp
index 50eacb7..98e177e 100644
--- a/xmpsdk/src/XMPMeta.cpp
+++ b/xmpsdk/src/XMPMeta.cpp
@@ -24,7 +24,7 @@
 #include <algorithm>	// For sort and stable_sort.
 #include <stdio.h>		// For snprintf.
 
-#include <cstdio>
+#include <stdio.h>
 
 #if XMP_DebugBuild
 	#include <iostream>

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list