MIPS/LD: Continue processing with refused relocations in PIC code
[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