aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon')
-rw-r--r--linden/indra/llcommon/llerror.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llerror.cpp b/linden/indra/llcommon/llerror.cpp
index 532a453..aeba629 100644
--- a/linden/indra/llcommon/llerror.cpp
+++ b/linden/indra/llcommon/llerror.cpp
@@ -168,6 +168,9 @@ namespace {
168 } 168 }
169 } 169 }
170 fprintf(stderr, "%s\n", message.c_str()); 170 fprintf(stderr, "%s\n", message.c_str());
171#if LL_WINDOWS
172 fflush(stderr); //Now using a buffer. flush is required.
173#endif
171 if (ANSI_YES == mUseANSI) colorANSI("0"); // reset 174 if (ANSI_YES == mUseANSI) colorANSI("0"); // reset
172 } 175 }
173 176