Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH]: mi/mi-out.c: initialize suppress_output
@ 2001-07-09 15:22 Mark Kettenis
  0 siblings, 0 replies; only message in thread
From: Mark Kettenis @ 2001-07-09 15:22 UTC (permalink / raw)
  To: gdb-patches

Checked in under the obvious fix rule.  Without this patch I got a lot
of ERRORs in the testsuite.

Mark


Index: mi/ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* mi-out.c (mi_out_new): Initialize suppress_ouput field of newly
	created `struct ui_out_data'.

Index: mi/mi-out.c
===================================================================
RCS file: /cvs/src/src/gdb/mi/mi-out.c,v
retrieving revision 1.21
diff -u -p -r1.21 mi-out.c
--- mi/mi-out.c 2001/07/09 05:53:44 1.21
+++ mi/mi-out.c 2001/07/09 22:18:54
@@ -440,6 +440,7 @@ mi_out_new (int mi_version)
   int flags = 0;
   struct ui_out_data *data = XMALLOC (struct ui_out_data);
   data->suppress_field_separator = 0;
+  data->suppress_output = 0;
   data->mi_version = mi_version;
   /* FIXME: This code should be using a ``string_file'' and not the
      TUI buffer hack. */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-09 15:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-09 15:22 [PATCH]: mi/mi-out.c: initialize suppress_output Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox