[SCM] beast/master.experimental: Fix tools/magictest.cc
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Tue Nov 6 09:41:56 UTC 2012
The following commit has been merged in the master.experimental branch:
commit 9738beb4f2f97708ebf0133ee1bb88186cccbbe8
Author: Alessio Treglia <alessio at debian.org>
Date: Tue Nov 6 09:41:49 2012 +0000
Fix tools/magictest.cc
diff --git a/debian/patches/400-format-security.patch b/debian/patches/400-format-security.patch
index 02ebac6..1c4d0a4 100644
--- a/debian/patches/400-format-security.patch
+++ b/debian/patches/400-format-security.patch
@@ -14,7 +14,8 @@ Bug: https://bugzilla.gnome.org/show_bug.cgi?id=665097
bse/bsestorage.c | 2 +-
bse/bsetrack.c | 2 +-
sfi/sfidl-parser.cc | 2 +-
- 9 files changed, 15 insertions(+), 15 deletions(-)
+ tools/magictest.cc | 4 ++--
+ 10 files changed, 17 insertions(+), 17 deletions(-)
--- beast.orig/sfi/sfidl-parser.cc
+++ beast/sfi/sfidl-parser.cc
@@ -151,3 +152,18 @@ Bug: https://bugzilla.gnome.org/show_bug.cgi?id=665097
}
sfi_com_port_unref (port);
self->port = NULL;
+--- beast.orig/tools/magictest.cc
++++ beast/tools/magictest.cc
+@@ -92,10 +92,10 @@ main (gint argc,
+
+ g_print ("%s:", argv[i]);
+ pad = g_strnfill (MAX (40, l) - l, ' ');
+- g_print (pad);
++ g_print ("%s", pad);
+ g_free (pad);
+ if (!magic && !loader)
+- g_print (" no magic/loader found");
++ g_print ("%s", " no magic/loader found");
+ else
+ {
+ if (magic)
--
beast packaging
More information about the pkg-multimedia-commits
mailing list