mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 776914 - msvc nullptr fix for nsProfileLock. r=bbondy
This commit is contained in:
parent
1fa82b5b80
commit
d91d34fe94
@ -579,7 +579,7 @@ nsresult nsProfileLock::Lock(nsIFile* aProfileDir,
|
||||
0, // no sharing - of course
|
||||
nsnull,
|
||||
CREATE_ALWAYS,
|
||||
nsnull,
|
||||
0,
|
||||
nsnull);
|
||||
if (mLockFileHandle == INVALID_HANDLE_VALUE) {
|
||||
// XXXbsmedberg: provide a profile-unlocker here!
|
||||
|
Loading…
Reference in New Issue
Block a user