diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2008-06-11 00:03:44 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2008-06-11 00:03:44 +0000 |
| commit | 712d23e94f13360d01c8f06ba63321aad5c76e67 (patch) | |
| tree | dab060c7827e8cdf9fcf3586f2f14aa14c4b26ca /lib/base | |
| parent | 7880db4f8774d9bea39bd8669f9fc3802e7afefb (diff) | |
| download | enigma2-712d23e94f13360d01c8f06ba63321aad5c76e67.tar.gz enigma2-712d23e94f13360d01c8f06ba63321aad5c76e67.zip | |
fix output before termination
Diffstat (limited to 'lib/base')
| -rw-r--r-- | lib/base/console.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base/console.cpp b/lib/base/console.cpp index 1de00ec3..c923da52 100644 --- a/lib/base/console.cpp +++ b/lib/base/console.cpp @@ -308,6 +308,7 @@ void eConsoleAppContainer::readyRead(int what) break; } } + readyErrRead(eSocketNotifier::Priority|eSocketNotifier::Read); /* be sure to flush all data which might be already written */ if (hungup) { eDebug("child has terminated"); |
