浏览代码

*** empty log message ***

David Rose 25 年之前
父节点
当前提交
1d78fb1608
共有 1 个文件被更改,包括 1 次插入0 次删除
  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";
 	delete out;
       } else {
+	out->setf(ios::unitbuf, 0);
 	set_ostream_ptr(out, true);
       }
     }