[crt]
authorChristoph von Wittich <christoph_vw@reactos.org>
Sun, 7 Sep 2014 13:55:36 +0000 (13:55 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Sun, 7 Sep 2014 13:55:36 +0000 (13:55 +0000)
revert changes to streamout_char

svn path=/trunk/; revision=64061

reactos/lib/sdk/crt/printf/streamout.c

index 0815543..27b1471 100644 (file)
@@ -227,9 +227,6 @@ static
 int
 streamout_char(FILE *stream, int chr)
 {
-    if ((stream->_flag & _IOSTRG) && (!stream->_ptr))
-        return 1;
-
 #if defined(_USER32_WSPRINTF) || defined(_LIBCNT_)
     /* Check if the buffer is full */
     if (stream->_cnt < sizeof(TCHAR))