[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    quanta/kommander
From:       Andras Mantia <amantia () freemail ! hu>
Date:       2003-05-04 16:41:04
[Download RAW message or body]

CVS commit by amantia: 

Flush the stdout buffer after writing to it.


  M +5 -0      ChangeLog   1.2
  M +1 -0      widgets/closebutton.cpp   1.6
  M +1 -0      widgets/execbutton.cpp   1.6


--- quanta/kommander/ChangeLog  #1.1:1.2
@@ -1,2 +1,7 @@
+Sun 04 May 2003 07:38:42 PM EEST - Andras Mantia <amantia@freemail.hu>
+        o do not add the .kmdr extension to files ending with .kmdr
+        o remove some warning/error messages polluting the output
+        o flush the stdout buffer after writing to it
+
 Sat Sep 28 23:18:08 EST 2002 - Marc Britton <consume@optushome.com.au>
         o Cleaned up and reworked file overview window

--- quanta/kommander/widgets/closebutton.cpp  #1.5:1.6
@@ -107,4 +107,5 @@ void CloseButton::appendOutput(KProcess 
         {
                 printf(buffer);
+                fflush(stdout);
         }
         delete buffer;

--- quanta/kommander/widgets/execbutton.cpp  #1.5:1.6
@@ -103,4 +103,5 @@ void ExecButton::appendOutput(KProcess *
         {
                 printf(buffer);
+                fflush(stdout);
         }
         delete buffer;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic