From c634a08ff819b95a924c7b69d5208d56ac66b3f6 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 18 Jan 1999 01:24:06 +0000 Subject: HPMERGE: Pass gdb_stderr instead of stderr. In serial.c, fix call to gdb_fclose() - pass gdb_file** not gdb_file* --- gdb/f-valprint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/f-valprint.c') diff --git a/gdb/f-valprint.c b/gdb/f-valprint.c index 23331b1..bb0b1d0 100644 --- a/gdb/f-valprint.c +++ b/gdb/f-valprint.c @@ -681,7 +681,7 @@ info_common_command (comname, from_tty) while (entry != NULL) { printf_filtered ("%s = ",SYMBOL_NAME(entry->symbol)); - print_variable_value (entry->symbol,fi,stdout); + print_variable_value (entry->symbol, fi, gdb_stdout); printf_filtered ("\n"); entry = entry->next; } -- cgit v1.1