diff options
Diffstat (limited to 'gdb/gdbtk.c')
-rw-r--r-- | gdb/gdbtk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtk.c b/gdb/gdbtk.c index 13e8959..0a8e460 100644 --- a/gdb/gdbtk.c +++ b/gdb/gdbtk.c @@ -433,7 +433,7 @@ breakpoint_notify(b, action) struct breakpoint *b; const char *action; { - char buf[100]; + char buf[256]; int v; struct symtab_and_line sal; |