summaryrefslogtreecommitdiffstats
path: root/updater
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-02-23 15:09:31 +0100
committerNarayan Kamath <narayan@google.com>2015-02-27 13:58:16 +0100
commit9c0f5d6b348e37533bdcccf1166d6cbf1ca5c50b (patch)
tree06fe7482daa63cd42c06466f5cab8a7c64949700 /updater
parentam 0257d107: am 71c45429: am f66bf339: am 3e91f691: Bump up max_map_count value. (diff)
downloadandroid_bootable_recovery-9c0f5d6b348e37533bdcccf1166d6cbf1ca5c50b.tar
android_bootable_recovery-9c0f5d6b348e37533bdcccf1166d6cbf1ca5c50b.tar.gz
android_bootable_recovery-9c0f5d6b348e37533bdcccf1166d6cbf1ca5c50b.tar.bz2
android_bootable_recovery-9c0f5d6b348e37533bdcccf1166d6cbf1ca5c50b.tar.lz
android_bootable_recovery-9c0f5d6b348e37533bdcccf1166d6cbf1ca5c50b.tar.xz
android_bootable_recovery-9c0f5d6b348e37533bdcccf1166d6cbf1ca5c50b.tar.zst
android_bootable_recovery-9c0f5d6b348e37533bdcccf1166d6cbf1ca5c50b.zip
Diffstat (limited to 'updater')
-rw-r--r--updater/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/install.c b/updater/install.c
index 2b2ffb0c5..01a5dd24b 100644
--- a/updater/install.c
+++ b/updater/install.c
@@ -496,7 +496,7 @@ Value* PackageExtractDirFn(const char* name, State* state,
struct utimbuf timestamp = { 1217592000, 1217592000 }; // 8/1/2008 default
bool success = mzExtractRecursive(za, zip_path, dest_path,
- MZ_EXTRACT_FILES_ONLY, &timestamp,
+ &timestamp,
NULL, NULL, sehandle);
free(zip_path);
free(dest_path);