Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 2fabdb3ea1cf1b3098d4504300edcbf8 > files > 1

isapnptools-1.27-3.mga3.src.rpm

--- src/callbacks.c	2008-12-21 15:02:29.000000000 +0100
+++ src/callbacks.c.oden	2008-12-21 15:02:20.000000000 +0100
@@ -124,7 +124,7 @@ normal_non_fatal_error_callback(int in_e
 	    in_isapnp_error, strerror(in_errno));
   }
   else if (ISAPNP_E_PRINT_PROGRESS_REPORT_BUF == in_isapnp_error) {
-    fprintf(stderr, progress_report_buf);
+    fprintf(stderr, "%s", progress_report_buf);
   }
   else {
     if (0 == in_errno) {