[Bug 38251] New: Assign value to function parameter (again?)
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.
https://bugs.winehq.org/show_bug.cgi?id=38251 --- Comment #1 from Sergey Isakov <isakov-sl(a)bk.ru> --- I see already corrected. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38251 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Assign value to function |Assign value to function |parameter (again?) |parameter -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38251 Nikolay Sivov <bunglehead(a)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(a)gmail.com> --- Yes, it was fixed months ago. With http://source.winehq.org/git/wine.git/commit/f85a94f577ecc3e7a3cf77060015bfa.... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=38251 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.39. -- 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.
participants (1)
-
wine-bugs@winehq.org