From 85304acb224135fe6b19ed284e268a7209abf690 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sun, 7 Sep 2014 13:55:36 +0000 Subject: [PATCH] [crt] revert changes to streamout_char svn path=/trunk/; revision=64061 --- reactos/lib/sdk/crt/printf/streamout.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/reactos/lib/sdk/crt/printf/streamout.c b/reactos/lib/sdk/crt/printf/streamout.c index 081554355c9..27b1471b15c 100644 --- a/reactos/lib/sdk/crt/printf/streamout.c +++ b/reactos/lib/sdk/crt/printf/streamout.c @@ -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))