* proc-why.c (proc_prettyfprint_why): Fix format string.
authorMark Kettenis <kettenis@gnu.org>
Sun, 15 Aug 2004 12:12:47 +0000 (12:12 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 15 Aug 2004 12:12:47 +0000 (12:12 +0000)
gdb/ChangeLog
gdb/proc-why.c

index 18dfe0e..5996e03 100644 (file)
@@ -1,5 +1,7 @@
 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
 
+       * proc-why.c (proc_prettyfprint_why): Fix format string.
+
        * solib-osf.c (osf_current_sos): Remove unsused label.
 
        * configure.in: Add <ncurses/ncurses.h> to the list of possible
index 15af16c..babaff5 100644 (file)
@@ -154,7 +154,7 @@ proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what,
 #endif
 #ifdef PR_DEAD
        case PR_DEAD:
-         fprintf (file, "Exit status: %d\n", what);
+         fprintf (file, "Exit status: %ld\n", what);
          break;
 #endif
        default: