[mupen64plus-video-glide64] 81/172: Fix more warnings in printf_fixup.patch

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:11:52 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-glide64.

commit 3f9f581b3fb6f3ee88274e052337e6ace772f4ac
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sun Sep 4 13:22:56 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 efe3e7c..7ec1f08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mupen64plus-video-glide64 (1.99.4+28+34f0fa1700f5-2) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - Fix more warnings in printf_fixup.patch
+
+ -- Sven Eckelmann <sven at narfation.org>  Sun, 04 Sep 2011 13:22:41 +0200
+
 mupen64plus-video-glide64 (1.99.4+28+34f0fa1700f5-1) experimental; urgency=low
 
   * New upstream snapshot from revision 34f0fa1700f5b64ded4b84640384b8f74e4417ec
diff --git a/debian/patches/printf_fixup.patch b/debian/patches/printf_fixup.patch
index 788f838..3b21040 100644
--- a/debian/patches/printf_fixup.patch
+++ b/debian/patches/printf_fixup.patch
@@ -165,3 +165,16 @@ index a5333f27162b89703241bf126f0c61b6125d8026..28c045a3fef9a03741199a1bc66016aa
  #else // LOGGING
  #define OPEN_LOG()
  #define CLOSE_LOG()
+diff --git a/src/wrapper/textures.cpp b/src/wrapper/textures.cpp
+index bee4431d1f6fca03a5edd255f9508e4038caa3f1..9ae934a427d1110c29093392b40ca07e106b5bab 100644
+--- a/src/wrapper/textures.cpp
++++ b/src/wrapper/textures.cpp
+@@ -642,7 +642,7 @@ grTexDetailControl(
+                    float detail_max
+                    )
+ {
+-    WriteLog(M64MSG_VERBOSE, "grTexDetailControl(%d,%d,%d,%d)\r\n", tmu, lod_bias, detail_scale, detail_max);
++    WriteLog(M64MSG_VERBOSE, "grTexDetailControl(%d,%d,%d,%f)\r\n", tmu, lod_bias, detail_scale, detail_max);
+     if (lod_bias != 31 && detail_scale != 7)
+     {
+         if (!lod_bias && !detail_scale && !detail_max) return;

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



More information about the Pkg-games-commits mailing list