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

Commit 2008d885 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "fix uninitialized warning."

parents aeaa5f82 746f8acd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -641,6 +641,7 @@ int MtpFfsHandle::sendFile(mtp_file_range mfr) {
    if (file_length == static_cast<unsigned>(init_read_len)) return 0;
    file_length -= init_read_len;
    offset += init_read_len;
    ret = 0;

    // Break down the file into pieces that fit in buffers
    while(file_length > 0) {