Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 0cfb4375f97c7fc8b2a2f27716abe2d1 > files > 2

b43-tools-017-6.mga6.src.rpm

--- ssb_sprom/ssb_sprom.c	2009-01-25 15:14:30.000000000 +0000
+++ ssb_sprom/ssb_sprom.c	2011-09-27 07:43:54.849527486 +0000
@@ -678,9 +678,9 @@
 			  "Be exceedingly careful with this tool. Improper"
 			  " usage WILL BRICK YOUR DEVICE.\n";
 	if (forceprint)
-		prdata(str);
+		prdata("%s", str);
 	else
-		prinfo(str);
+		prinfo("%s", str);
 }
 
 static void print_usage(int argc, char *argv[])