[Bug 16970] read exactly on newline boundary returns the \r (crlf not being performed)

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 17 10:41:23 CST 2009


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


Luke Kenneth Casson Leighton <lkcl at lkcl.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major




--- Comment #2 from Luke Kenneth Casson Leighton <lkcl at lkcl.net>  2009-01-17 10:41:23 ---
ok - tracked this down to _MT _not_ being defined such that
MSVCRT__filbuf is being _directly_ called (see stdio.h)

and in dlls/msvcrt/file.c MSVCRT__filbuf is _not_ performing
CRLF skipping.

so, anyway - good luck with that, because i notice that
MSVCRT__filbuf is used by MSVCRT_fgetwc which is probably
either a _really_ bad idea or a very smart one (i.e. it
would actually work) ... but, i notice there's a "FIXME"
on fgetwc() anyway... so who caaaares!!


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list