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

List:       kde-commits
Subject:    =?utf-8?q?=5Blibdebconf-kde=5D_src=3A_DebconfFrontend=3A_explici?=
From:       Modestas Vainius <modax () debian ! org>
Date:       2011-06-29 16:29:28
Message-ID: 20110629162928.E31F0A60C6 () git ! kde ! org
[Download RAW message or body]

Git commit 276152647c4a2acf86671541c0f2b08675016170 by Modestas Vainius.
Committed on 26/06/2011 at 23:17.
Pushed by modax into branch 'master'.

DebconfFrontend: explicitly flush output stream.

M  +1    -0    src/debconf.cpp     

http://commits.kde.org/libdebconf-kde/276152647c4a2acf86671541c0f2b08675016170

diff --git a/src/debconf.cpp b/src/debconf.cpp
index 332ca01..d64d128 100644
--- a/src/debconf.cpp
+++ b/src/debconf.cpp
@@ -144,6 +144,7 @@ void DebconfFrontend::say(const QString &string)
     kDebug() << "DEBCONF ---> " << string;
     QTextStream out(getWriteDevice());
     out << string << "\n";
+    out.flush();
 }
 
 QString DebconfFrontend::substitute(const QString &key, const QString &rest) const


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

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