mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
Added missing flag
This commit is contained in:
parent
d2409e9b52
commit
1a32c74c9c
@ -409,6 +409,7 @@ PatchStatus CIEPatcherDlg::ScanBuffer(char *pszBuffer, long nBufferSize, BOOL bA
|
||||
TraceProgress("Patching with CLSID_MozillaBrowser");
|
||||
memcpy(&pszBuffer[i], &CLSID_MozillaBrowser, sizeof(CLSID));
|
||||
TraceProgress("Patching with CLSID_MozillaBrowser");
|
||||
bPatchApplied = TRUE;
|
||||
}
|
||||
}
|
||||
else if (memcmp(&pszBuffer[i], &IID_IWebBrowser, sizeof(CLSID)) == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user