diff options
author | Narayan Kamath <narayan@google.com> | 2015-02-23 15:09:31 +0100 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2015-02-27 15:19:59 +0100 |
commit | e57c62a007002577ee2339f53f9767af8a6b2877 (patch) | |
tree | e9faaa34a12fcfe6cc9581338193bf0dc2346f14 /updater/install.c | |
parent | Merge "Add tests for read_block_adb." (diff) | |
download | android_bootable_recovery-e57c62a007002577ee2339f53f9767af8a6b2877.tar android_bootable_recovery-e57c62a007002577ee2339f53f9767af8a6b2877.tar.gz android_bootable_recovery-e57c62a007002577ee2339f53f9767af8a6b2877.tar.bz2 android_bootable_recovery-e57c62a007002577ee2339f53f9767af8a6b2877.tar.lz android_bootable_recovery-e57c62a007002577ee2339f53f9767af8a6b2877.tar.xz android_bootable_recovery-e57c62a007002577ee2339f53f9767af8a6b2877.tar.zst android_bootable_recovery-e57c62a007002577ee2339f53f9767af8a6b2877.zip |
Diffstat (limited to '')
-rw-r--r-- | updater/install.c | 2 |
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, ×tamp, + ×tamp, NULL, NULL, sehandle); free(zip_path); free(dest_path); |