20 Mar
2014
20 Mar
'14
5:49 a.m.
http://bugs.winehq.org/show_bug.cgi?id=35821 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> --- ReadLine() works in a strange way, for example it can read data like this: --- "line\r\nsomemore" -> returns "line" --- but for slightly altered input: --- "li1ne\r\nsomemore" -> returns "li1n" --- so it eats significant data for some reason. I was testing ascii data only for now. So it will need more time. -- 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.