Reviewed and approved by drow@mvista.com.
[deliverable/binutils-gdb.git] / gdb / proc-api.c
index 208b984a74bc13af4536c6eca3f16638e6e5d435..1e4a2dccf170e9a6f605c5805341cb3958176eae 100644 (file)
@@ -747,7 +747,7 @@ procfs_note (char *msg, char *file, int line)
       if (info_verbose)
        fprintf (procfs_file ? procfs_file : stdout, 
                 "%s:%d -- ", file, line);
-      fprintf (procfs_file ? procfs_file : stdout, msg);
+      fprintf (procfs_file ? procfs_file : stdout, "%s", msg);
       if (procfs_file)
        fflush (procfs_file);
     }
This page took 0.023108 seconds and 4 git commands to generate.