Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
1d78fb1608
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/src/dconfig/notify.cxx

+ 1 - 0
dtool/src/dconfig/notify.cxx

@@ -466,6 +466,7 @@ config_initialized() {
 	nout << "Unable to open file " << notify_output << " for output.\n";
 	nout << "Unable to open file " << notify_output << " for output.\n";
 	delete out;
 	delete out;
       } else {
       } else {
+	out->setf(ios::unitbuf, 0);
 	set_ostream_ptr(out, true);
 	set_ostream_ptr(out, true);
       }
       }
     }
     }