remove redundant part of change#1169 superseded by change#2061;
[p5sagit/p5-mst-13.2.git] / vmesa / vmesa.c
index 1185433..0e7894a 100644 (file)
@@ -408,6 +408,7 @@ my_popen(char *cmd, char *mode)
          Perl_stdin_fd = pFd[that];
       if (strNE(cmd,"-"))
       {
+        PERL_FLUSHALL_FOR_CHILD;
          pid = spawn_cmd(cmd, Perl_stdin_fd, Perl_stdout_fd);
          if (pid >= 0)
          {