summaryrefslogtreecommitdiffstats
path: root/applypatch/main.c
diff options
context:
space:
mode:
authorHristo Bojinov <hristo@google.com>2010-08-02 19:29:49 +0200
committerHristo Bojinov <hristo@google.com>2010-08-02 23:17:33 +0200
commitdb314d69f023d2a6c8956073aa9d283e20b280ef (patch)
tree8d076d8b94464e1173b2b5dbf3f2ee419a1d7fa9 /applypatch/main.c
parentdon't go into file select menu when mounting external storage fails (diff)
downloadandroid_bootable_recovery-db314d69f023d2a6c8956073aa9d283e20b280ef.tar
android_bootable_recovery-db314d69f023d2a6c8956073aa9d283e20b280ef.tar.gz
android_bootable_recovery-db314d69f023d2a6c8956073aa9d283e20b280ef.tar.bz2
android_bootable_recovery-db314d69f023d2a6c8956073aa9d283e20b280ef.tar.lz
android_bootable_recovery-db314d69f023d2a6c8956073aa9d283e20b280ef.tar.xz
android_bootable_recovery-db314d69f023d2a6c8956073aa9d283e20b280ef.tar.zst
android_bootable_recovery-db314d69f023d2a6c8956073aa9d283e20b280ef.zip
Diffstat (limited to '')
-rw-r--r--applypatch/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/applypatch/main.c b/applypatch/main.c
index 3917f86ed..7025a2e2e 100644
--- a/applypatch/main.c
+++ b/applypatch/main.c
@@ -74,7 +74,7 @@ static int ParsePatchArgs(int argc, char** argv,
(*patches)[i] = NULL;
} else {
FileContents fc;
- if (LoadFileContents(colon, &fc) != 0) {
+ if (LoadFileContents(colon, &fc, RETOUCH_DONT_MASK) != 0) {
goto abort;
}
(*patches)[i] = malloc(sizeof(Value));