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@winehq.org Reporter: isakov-sl@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;