[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:41:57 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=348bc4a
The following commit has been merged in the master branch:
commit 348bc4a21c9647576886bcae8a25c5bc4a98c876
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Sat Sep 11 20:02:32 2010 +0000
this doen't compile under mingw
---
src/localtime.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/localtime.c b/src/localtime.c
index 97d74ed..502ae9d 100644
--- a/src/localtime.c
+++ b/src/localtime.c
@@ -898,7 +898,7 @@ struct state * const sp;
static void
localsub(timep, offset, tmp)
const time_t * const timep;
-const long offset=0;
+const long offset;
struct tm * const tmp;
{
register struct state * sp;
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list