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

Commit ad076286 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Don't confuse stat and stat64.

Bug: 11865851
Change-Id: I45e65036d86c58943b9c273777f3f8be79a6966f
parent 5150eb8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ copyFileIfChanged(JNIEnv *env, void* arg, ZipFileRO* zipFile, ZipEntryRO zipEntr
    }

    // Only copy out the native file if it's different.
    struct stat st;
    struct stat64 st;
    if (!isFileDifferent(localFileName, uncompLen, modTime, crc, &st)) {
        return INSTALL_SUCCEEDED;
    }