http://bugs.winehq.org/show_bug.cgi?id=11187 Kirill K. Smirnov <lich(a)math.spbu.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lich(a)math.spbu.ru, | |dank(a)kegel.com --- Comment #3 from Kirill K. Smirnov <lich(a)math.spbu.ru> 2008-01-15 16:03:09 --- The patch caused this bug: http://www.winehq.org/pipermail/wine-cvs/2007-October/036795.html Author: Dan Kegel <dank at kegel.com> Date: Fri Oct 5 04:27:08 2007 -0700 msvcrt: Fix ^Z handling in text mode. When I commented out this block of code: + if (MSVCRT_fdesc[fd].wxflag & WX_READEOF) { + MSVCRT_fdesc[fd].wxflag |= WX_ATEOF; + TRACE("already at EOF, returning 0\n"); + return 0; + } bug disappeared (but msvcrt tests fail). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.