15 Dec
2014
15 Dec
'14
9:42 a.m.
https://bugs.winehq.org/show_bug.cgi?id=37723 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair(a)hotmail.com --- Comment #2 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> ---
if(!uSize || !lpTime || uSize != sizeof(MMTIME)) This properly should be
if(!uSize || !lpTime || uSize < sizeof(MMTIME)) -- 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.