[Bug 31438] [EA Origin]Unable to download game since the new version

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 2 10:59:54 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=31438

--- Comment #186 from Heiko <lil_tux at web.de> ---
Created attachment 50384
  --> https://bugs.winehq.org/attachment.cgi?id=50384
Reset WSAerror on successful recv

Reset WSAerror/errno value on successful receive operation, like WS2_sendto
already does. There're probably some more places to check for missing error
value resetting.

This fixes problems with Qt applications, because Qt also checks
WSAGetLastError if WSArecv returns 0 and then thinks some old error still is
encountered.

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