Author: cwittich Date: Sun Sep 7 13:55:36 2014 New Revision: 64061
URL: http://svn.reactos.org/svn/reactos?rev=64061&view=rev Log: [crt] revert changes to streamout_char
Modified: trunk/reactos/lib/sdk/crt/printf/streamout.c
Modified: trunk/reactos/lib/sdk/crt/printf/streamout.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/printf/streamou... ============================================================================== --- trunk/reactos/lib/sdk/crt/printf/streamout.c [iso-8859-1] (original) +++ trunk/reactos/lib/sdk/crt/printf/streamout.c [iso-8859-1] Sun Sep 7 13:55:36 2014 @@ -227,9 +227,6 @@ 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))