1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / f-valprint.c
index 23331b10d348a84000833320e427410019ebd8f1..bb0b1d0efb1b42cfb7422058c6949a28f772fc38 100644 (file)
@@ -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; 
        }
This page took 0.022629 seconds and 4 git commands to generate.