[mupen64plus-video-rice] 163/191: add missing break statement for CM_FMT_TYPE_NOT_USED

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:17:31 UTC 2015


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

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-video-rice.

commit e84517ab54f5c3c00188d6553abaae76ad35d25e
Author: Sven Eckelmann <sven at narfation.org>
Date:   Mon Nov 4 12:23:55 2013 +0100

    add missing break statement for CM_FMT_TYPE_NOT_USED
---
 debian/changelog                  |  8 ++++++++
 debian/patches/series             |  1 +
 debian/patches/tnt_cominber.patch | 16 ++++++++++++++++
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f6a3c75..894ed4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mupen64plus-video-rice (2.0-2) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - Add tnt_cominber.patch, add missing break statement for
+      CM_FMT_TYPE_NOT_USED
+
+ -- Sven Eckelmann <sven at narfation.org>  Mon, 04 Nov 2013 12:23:22 +0100
+
 mupen64plus-video-rice (2.0-1) unstable; urgency=low
 
   * New Upstream Version
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9c8a9d9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+tnt_cominber.patch
diff --git a/debian/patches/tnt_cominber.patch b/debian/patches/tnt_cominber.patch
new file mode 100644
index 0000000..9c9a8da
--- /dev/null
+++ b/debian/patches/tnt_cominber.patch
@@ -0,0 +1,16 @@
+Description: add missing break statement for CM_FMT_TYPE_NOT_USED
+Author: Richard Goedeken <Richard at fascinationsoftware.com>
+
+---
+diff --git a/src/CNvTNTCombiner.cpp b/src/CNvTNTCombiner.cpp
+index c79b4a241db891e050500607dede12f7bc028146..0cd62dbb25c10823edb37ad2a04b0ec8dfe24f4c 100644
+--- a/src/CNvTNTCombiner.cpp
++++ b/src/CNvTNTCombiner.cpp
+@@ -76,6 +76,7 @@ int CNvTNTCombiner::ParseDecodedMux()
+             comb.arg1 = MUX_1;
+             comb.arg2 = MUX_0;
+             comb.arg3 = MUX_1;
++	    break;
+         case CM_FMT_TYPE_D:             // = A
+             comb.arg0 = m.d;
+             comb.arg1 = MUX_1;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-rice.git



More information about the Pkg-games-commits mailing list