From 1d78fb1608a879aee9699ad7e2d1200925c91887 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 4 Dec 2000 23:26:12 +0000 Subject: [PATCH] *** empty log message *** --- dtool/src/dconfig/notify.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/dtool/src/dconfig/notify.cxx b/dtool/src/dconfig/notify.cxx index a605ff6b4c..feaeff92b8 100644 --- a/dtool/src/dconfig/notify.cxx +++ b/dtool/src/dconfig/notify.cxx @@ -466,6 +466,7 @@ config_initialized() { nout << "Unable to open file " << notify_output << " for output.\n"; delete out; } else { + out->setf(ios::unitbuf, 0); set_ostream_ptr(out, true); } }