[Bug 11187] Scanf bug

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 15 16:03:10 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=11187


Kirill K. Smirnov <lich at math.spbu.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lich at math.spbu.ru,
                   |                            |dank at kegel.com




--- Comment #3 from Kirill K. Smirnov <lich at 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.



More information about the wine-bugs mailing list