* commit '8815d261d9fefbac8f24936dc37a055ab9ced038': 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.
|
// Only copy out the native file if it's different.
|
||||||
struct stat st;
|
struct stat64 st;
|
||||||
if (!isFileDifferent(localFileName, uncompLen, modTime, crc, &st)) {
|
if (!isFileDifferent(localFileName, uncompLen, modTime, crc, &st)) {
|
||||||
return INSTALL_SUCCEEDED;
|
return INSTALL_SUCCEEDED;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user