Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c67b5cf8 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Initialize |sentBlocksCount|" am: b182a358 am: 0cbea75f

Change-Id: I7948bf9bbbe865f82ec9efc8db48271b73d230c1
parents c0b7e917 0cbea75f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ class File {
    const unique_fd& RawFd() const { return fd_; }

    std::vector<bool> sentBlocks;
    NumBlocks sentBlocksCount;
    NumBlocks sentBlocksCount = 0;

    const char* const filepath;
    const FileId id;