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

Commit 978ba938 authored by Andreas Huber's avatar Andreas Huber Committed by Android (Google) Code Review
Browse files

Merge "Fix an artifact of going from off_t to off64_t"

parents 33710fc4 783f6839
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -465,7 +465,7 @@ status_t NuCachedSource2::seekInternal_l(off64_t offset) {
        return OK;
    }

    LOGI("new range: offset= %ld", offset);
    LOGI("new range: offset= %lld", offset);

    mCacheOffset = offset;