*** empty log message ***

This commit is contained in:
David Rose 2000-12-05 02:05:46 +00:00
parent 67cb365f99
commit 1591b9aa4b

View File

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