Bladeren bron

*** empty log message ***

David Rose 25 jaren geleden
bovenliggende
commit
1591b9aa4b
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      dtool/src/dconfig/notify.cxx

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

@@ -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);
       }
     }