mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
Update leveldb-subtree subtree to latest upstream
This commit is contained in:
commit
13601da17e
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class WindowsRandomAccessFile : public RandomAccessFile {
|
|||
Status Read(uint64_t offset, size_t n, Slice* result,
|
||||
char* scratch) const override {
|
||||
DWORD bytes_read = 0;
|
||||
OVERLAPPED overlapped = {0};
|
||||
OVERLAPPED overlapped = {};
|
||||
|
||||
overlapped.OffsetHigh = static_cast<DWORD>(offset >> 32);
|
||||
overlapped.Offset = static_cast<DWORD>(offset);
|
||||
|
|
Loading…
Add table
Reference in a new issue