shithub: choc

Download patch

ref: fdfff2b9e72c8a1d3975277cad80b9d3afec032f
parent: 7b7076a20c7042b2f71c82317bfbc48e8854dd32
author: Simon Howard <[email protected]>
date: Sun Jun 7 11:15:40 EDT 2009

Remove call to setbuf.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1566

--- a/src/d_main.c
+++ b/src/d_main.c
@@ -878,8 +878,7 @@
         I_Error("Game mode indeterminate.  No IWAD file was found.  Try\n"
                 "specifying one with the '-iwad' command line parameter.\n");
     }
-	
-    setbuf (stdout, NULL);
+
     modifiedgame = false;
 
     //!