diff options
Diffstat (limited to 'gdb/ui-file.c')
-rw-r--r-- | gdb/ui-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ui-file.c b/gdb/ui-file.c index 84ad603..1751509 100644 --- a/gdb/ui-file.c +++ b/gdb/ui-file.c @@ -52,7 +52,7 @@ ui_file::putstr (const char *str, int quoter) void ui_file::putstrn (const char *str, int n, int quoter) { - fputstrn_unfiltered (str, n, quoter, this); + fputstrn_unfiltered (str, n, quoter, fputc_unfiltered, this); } int |