This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH]: Fix tui-file.c to use tui_puts


Hi!

This patch fixes tui-file.c to use tui_puts() function.
I've committed it.

	Stephane

2001-07-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>

	* tui-file.c (tui_file_fputs): Use tui_puts.
Index: tui-file.c
===================================================================
RCS file: /cvs/src/src/gdb/tui/tui-file.c,v
retrieving revision 1.8
diff -u -p -r1.8 tui-file.c
--- tui-file.c	2001/07/17 20:22:51	1.8
+++ tui-file.c	2001/07/21 20:54:32
@@ -175,7 +175,7 @@ tui_file_fputs (const char *linebuffer, 
     }
   else
     {
-      tuiPuts_unfiltered (linebuffer, file);
+      tui_puts (linebuffer);
     }
 }
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]