2006-02-19 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / binutils / cxxfilt.c
index e1ce9825a4201ce9a97568cce1475760af32933f..a8ec43ba1180823fe4e65aa372ccb17e386be922 100644 (file)
@@ -278,6 +278,8 @@ main (int argc, char **argv)
       /* Echo the whitespace characters so that the output looks
         like the input, only with the mangled names demangled.  */
       putchar (c);
+      if (c == '\n')
+       fflush (stdout);
     }
 
   fflush (stdout);
This page took 0.02344 seconds and 4 git commands to generate.