mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 14:30:48 +00:00
* tui-file.c (tui_file_fputs): Use tui_puts.
This commit is contained in:
parent
c7c228ed4b
commit
174a4a09a4
@ -1,3 +1,7 @@
|
||||
2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
||||
|
||||
* tui-file.c (tui_file_fputs): Use tui_puts.
|
||||
|
||||
2001-07-21 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
||||
|
||||
* tuiStack.c (tuiSetLocatorInfo): Cleanup.
|
||||
|
@ -175,7 +175,7 @@ tui_file_fputs (const char *linebuffer, struct ui_file *file)
|
||||
}
|
||||
else
|
||||
{
|
||||
tuiPuts_unfiltered (linebuffer, file);
|
||||
tui_puts (linebuffer);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user