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;
https://bugs.winehq.org/show_bug.cgi?id=38251
--- Comment #1 from Sergey Isakov isakov-sl@bk.ru --- I see already corrected.
https://bugs.winehq.org/show_bug.cgi?id=38251
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Assign value to function |Assign value to function |parameter (again?) |parameter
https://bugs.winehq.org/show_bug.cgi?id=38251
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |f85a94f577ecc3e7a3cf7706001 | |5bfa51274c034 Status|UNCONFIRMED |RESOLVED Version|1.7.38 |1.7.28 Resolution|--- |FIXED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- Yes, it was fixed months ago. With http://source.winehq.org/git/wine.git/commit/f85a94f577ecc3e7a3cf77060015bfa....
https://bugs.winehq.org/show_bug.cgi?id=38251
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.39.