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

Commit b182a358 authored by Yurii Zubrytskyi's avatar Yurii Zubrytskyi Committed by Gerrit Code Review
Browse files

Merge "Initialize |sentBlocksCount|"

parents 5694a955 12051a09
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;