revert changes to streamout_char

svn path=/trunk/; revision=64061
This commit is contained in:
Christoph von Wittich 2014-09-07 13:55:36 +00:00
parent d7d700b347
commit 85304acb22

View 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))