[Bug 38251] New: Assign value to function parameter (again?)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Mar 19 15:15:16 CDT 2015


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



More information about the wine-bugs mailing list