* commit 'aa80f1a3caf6271f1c48a779e260811f2802a9f0': Don't confuse stat and stat64.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user