Most of these changes are really only cosmetic. The readelf.c patch
[deliverable/binutils-gdb.git] / gprof / utils.c
index e1f031d5e8ddf2fb18732dac0198ae2a810d2900..c72c02e01f0d7ceed5f9ee6867f74e1a579acccd 100644 (file)
@@ -69,7 +69,7 @@ DEFUN (print_name_only, (self), Sym * self)
                }
            }
          sprintf (buf, " (%s:%d)", filename, self->line_num);
-         printf (buf);
+         printf ("%s", buf);
          size += strlen (buf);
        }
       if (demangled)
This page took 0.023194 seconds and 4 git commands to generate.