projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cleanup
[wxWidgets.git]
/
src
/
common
/
msgout.cpp
diff --git
a/src/common/msgout.cpp
b/src/common/msgout.cpp
index 07889dbc592d2557d948d0dc3a8daa2f30835ec1..804bec9b47144669db8b0978bfaa6f4ae319a966 100644
(file)
--- a/
src/common/msgout.cpp
+++ b/
src/common/msgout.cpp
@@
-147,6
+147,8
@@
void wxMessageOutputStderr::Output(const wxString& str)
fprintf(m_fp, "%s", (const char*) buf);
else // print at least something
fprintf(m_fp, "%s", (const char*) strWithLF.ToAscii());
+
+ fflush(m_fp);
}
// ----------------------------------------------------------------------------