Implement write_async_safe for mi_console_file (PR 22299)
[deliverable/binutils-gdb.git] / gdb / ui-file.c
index 84ad6031a4841c8db2c0b5b2f88a317fd920a5bd..17515097563e16ea7e90518966a367796a5131f4 100644 (file)
@@ -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
This page took 0.024322 seconds and 4 git commands to generate.