summaryrefslogtreecommitdiffstats
path: root/updater/install.c
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-02-27 15:20:18 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-27 15:20:19 +0100
commit579b92991ccd626527c75042aca032d3ac4207a2 (patch)
treee9faaa34a12fcfe6cc9581338193bf0dc2346f14 /updater/install.c
parentMerge "Add tests for read_block_adb." (diff)
parentRemove more dead code from minzip. (diff)
downloadandroid_bootable_recovery-579b92991ccd626527c75042aca032d3ac4207a2.tar
android_bootable_recovery-579b92991ccd626527c75042aca032d3ac4207a2.tar.gz
android_bootable_recovery-579b92991ccd626527c75042aca032d3ac4207a2.tar.bz2
android_bootable_recovery-579b92991ccd626527c75042aca032d3ac4207a2.tar.lz
android_bootable_recovery-579b92991ccd626527c75042aca032d3ac4207a2.tar.xz
android_bootable_recovery-579b92991ccd626527c75042aca032d3ac4207a2.tar.zst
android_bootable_recovery-579b92991ccd626527c75042aca032d3ac4207a2.zip
Diffstat (limited to '')
-rw-r--r--updater/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/install.c b/updater/install.c
index dad0d08c9..05d68db4c 100644
--- a/updater/install.c
+++ b/updater/install.c
@@ -455,7 +455,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);