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

Commit c9a60b0f authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Don't confuse stat and stat64."

parents 5150eb8f ad076286
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;
    }