[SCM] mplayer2/master: Fix a format string error
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Nov 18 20:03:28 UTC 2012
The following commit has been merged in the master branch:
commit 3bc614955377580808dcec898c9f32e9f146c261
Author: Reinhard Tartler <siretart at tauware.de>
Date: Sun Nov 18 20:05:56 2012 +0100
Fix a format string error
patch taken from IRC. Rico Tzschichholz is the original author.
diff --git a/debian/patches/fix-format-string-error.patch b/debian/patches/fix-format-string-error.patch
new file mode 100644
index 0000000..c14e5b7
--- /dev/null
+++ b/debian/patches/fix-format-string-error.patch
@@ -0,0 +1,19 @@
+Description: Fixes a format string warning
+Author: Rico Tzschichholz <ricotz at ubuntu.com>
+
+Origin: Debian/Ubuntu
+Forwarded: yes, on irc. Upstream does not see any benefit in this patch
+Reviewed-By: Reinhard Tartler <siretart at tauware.de>
+Last-Update: <2012-11-18>
+
+--- mplayer2-2.0-665-gb5349bb.orig/libvo/vo_gl3.c
++++ mplayer2-2.0-665-gb5349bb/libvo/vo_gl3.c
+@@ -2231,7 +2231,7 @@ static int preinit(struct vo *vo, const
+ };
+
+ if (subopt_parse(arg, subopts) != 0) {
+- mp_msg(MSGT_VO, MSGL_FATAL, help_text);
++ mp_msg(MSGT_VO, MSGL_FATAL, "%s\n", help_text);
+ goto err_out;
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1021479
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-format-string-error.patch
--
mplayer2 packaging
More information about the pkg-multimedia-commits
mailing list