https://bugs.winehq.org/show_bug.cgi?id=38251 Bug ID: 38251 Summary: Assign value to function parameter (again?) Product: Wine Version: 1.7.38 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ieframe Assignee: wine-bugs(a)winehq.org Reporter: isakov-sl(a)bk.ru Distribution: --- wine/dlls/ieframe/clients function InPlaceSite_OnInPlaceActivateEx, line 300 pfNoRedraw = FALSE; There is no sense to assign value to function parameter it must be if (!pfNoRedraw) { return S_OK; } *pfNoRedraw = FALSE; -- 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.