[ace-of-penguins] 123/141: debian/patches/35-return-fix.patch: new

Markus Koschany apo-guest at moszumanska.debian.org
Wed Jan 6 13:55:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository ace-of-penguins.

commit d46b2c2a6880d67ca8f477f0324e427a42772e17
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Mon Mar 17 10:55:56 2014 +0200

    debian/patches/35-return-fix.patch: new
---
 debian/patches/35-return-fix.patch | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/debian/patches/35-return-fix.patch b/debian/patches/35-return-fix.patch
new file mode 100644
index 0000000..acc7d77
--- /dev/null
+++ b/debian/patches/35-return-fix.patch
@@ -0,0 +1,12 @@
+diff -ur ace-of-penguins-1.3/lib/make-imglib.c ace-of-penguins-1.3-clang/lib/make-imglib.c
+--- ace-of-penguins-1.3/lib/make-imglib.c	2014-03-14 14:09:28.000000000 +0100
++++ ace-of-penguins-1.3-clang/lib/make-imglib.c	2014-03-10 12:39:16.457216105 +0100
+@@ -202,7 +202,7 @@
+   char *rv;
+   if (string) {
+     next = string;
+-    return;
++    return 0;
+   }
+   while (*next && !isgraph(*next)) next++;
+   if (!*next) return 0;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ace-of-penguins.git



More information about the Pkg-games-commits mailing list