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

Commit 78fde6dd authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I2ab2be5a58b4de5621121420f9f9ad4a9a8db1ed
parents be87549d c67b5cf8
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;