[mupen64plus-video-z64] 69/161: Fix more warnings in printf_fixup.patch

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


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

ecsv-guest pushed a commit to branch master
in repository mupen64plus-video-z64.

commit 0ccaed6d46b7119251e63245b142ba787ae1220f
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sun Sep 4 13:27:48 2011 +0200

    Fix more warnings in printf_fixup.patch
---
 debian/changelog                  |  7 +++++++
 debian/patches/printf_fixup.patch | 13 +++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1198834..b8833a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mupen64plus-video-z64 (1.99.4+24+81f51799ae45-2) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - Fix more warnings in printf_fixup.patch
+
+ -- Sven Eckelmann <sven at narfation.org>  Sun, 04 Sep 2011 13:27:34 +0200
+
 mupen64plus-video-z64 (1.99.4+24+81f51799ae45-1) experimental; urgency=low
 
   * New upstream snapshot from revision 81f51799ae4560b8a3b644ba992d0ddd747464ac
diff --git a/debian/patches/printf_fixup.patch b/debian/patches/printf_fixup.patch
index 98d4ed3..3b7f482 100644
--- a/debian/patches/printf_fixup.patch
+++ b/debian/patches/printf_fixup.patch
@@ -107,3 +107,16 @@ index 651c12770a666b28dbec64ec7318161db82ee15c..e1a33327b7df002984152478fbc71caa
              }
          }
          else
+diff --git a/src/rgl_tiles.cpp b/src/rgl_tiles.cpp
+index 8f471f9656277faf03c33629373c318d685c69c4..7d31bca4632b27d4a9b9d03f7c043a009efbb57f 100644
+--- a/src/rgl_tiles.cpp
++++ b/src/rgl_tiles.cpp
+@@ -604,7 +604,7 @@ GL_MIRROR_CLAMP_TO_EDGE_EXT : GL_MIRRORED_REPEAT;
+         }
+ 
+         if (packed) {
+-            DUMP("loading texture %dx%d fmt %s size %x (%x %x %x %x)\n", tile.w, tile.h, rdpImageFormats[tile.format], tile.size, glfmt, glpixfmt, packed, ptr);
++            DUMP("loading texture %dx%d fmt %s size %x (%x %x %x %p)\n", tile.w, tile.h, rdpImageFormats[tile.format], tile.size, glfmt, glpixfmt, packed, ptr);
+             //     printf("cycle type = %d\n", chunk.rdpState.otherModes.cycle_type);
+             if (!glpixfmt)
+                 glpixfmt = glfmt;

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



More information about the Pkg-games-commits mailing list