diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index b813466..e429278 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -144,7 +144,7 @@ show_args_command (struct ui_file *file, int from_tty, { /* Ignore the passed in value, pull the argument directly from the inferior. However, these should always be the same. */ - gdb_printf (_("\ + gdb_printf (file, _("\ Argument list to give program being debugged when it is started is \"%s\".\n"), current_inferior ()->args ().c_str ()); } |