mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 777122 - Add telemetry reporting of late writes. r=jlebar.
Nit missing from the previous patch. DONTBUILD. --HG-- extra : rebase_source : 884ab78cdac4708b477a0ba5c32b921119f05737
This commit is contained in:
parent
3864cd4332
commit
3b4acb8377
@ -104,7 +104,7 @@ bool ValidWriteAssert(bool ok)
|
||||
nameAux.GetMutableData(&name);
|
||||
|
||||
// We want the sha1 of the entire file, so please don't write to fd
|
||||
// directly, use sha1Stream.
|
||||
// directly; use sha1Stream.
|
||||
int fd = mkstemp(name);
|
||||
SHA1Stream sha1Stream(fd);
|
||||
fd = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user