err, and of course we want *line* buffered, not *un*buffered. hehe, I

thought the output looked kinda slow..
This commit is contained in:
Adam Olsen 2001-08-12 11:30:08 +00:00
parent bbef4b0b6f
commit eed71f2803

View file

@ -142,7 +142,7 @@ Con_Init (const char *plugin_name)
wrefresh (status);
wrefresh (input);
#else
if (setvbuf (stdout, 0, _IONBF, BUFSIZ))
if (setvbuf (stdout, 0, _IOLBF, BUFSIZ))
Con_Printf ("warning: couldn't set stdout to linebuffered.\n");
#endif
}