summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2012-08-30 00:19:29 +0200
committerDoug Zongker <dougz@google.com>2012-08-30 00:19:29 +0200
commit8b240ccca1ad32cbd09d3807614f3086914ceaaf (patch)
tree1373fca01184aff19f95657ef1e126421f77e185 /recovery.cpp
parentam 6a693d57: Merge "Fixed warnings in libmtdutils" (diff)
downloadandroid_bootable_recovery-8b240ccca1ad32cbd09d3807614f3086914ceaaf.tar
android_bootable_recovery-8b240ccca1ad32cbd09d3807614f3086914ceaaf.tar.gz
android_bootable_recovery-8b240ccca1ad32cbd09d3807614f3086914ceaaf.tar.bz2
android_bootable_recovery-8b240ccca1ad32cbd09d3807614f3086914ceaaf.tar.lz
android_bootable_recovery-8b240ccca1ad32cbd09d3807614f3086914ceaaf.tar.xz
android_bootable_recovery-8b240ccca1ad32cbd09d3807614f3086914ceaaf.tar.zst
android_bootable_recovery-8b240ccca1ad32cbd09d3807614f3086914ceaaf.zip
Diffstat (limited to 'recovery.cpp')
-rw-r--r--recovery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 70817d307..6ced420d0 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -63,7 +63,7 @@ static const char *INTENT_FILE = "/cache/recovery/intent";
static const char *LOG_FILE = "/cache/recovery/log";
static const char *LAST_LOG_FILE = "/cache/recovery/last_log";
static const char *LAST_INSTALL_FILE = "/cache/recovery/last_install";
-static const char *LOCALE_FILE = "/cache/recovery/locale";
+static const char *LOCALE_FILE = "/cache/recovery/last_locale";
static const char *CACHE_ROOT = "/cache";
static const char *SDCARD_ROOT = "/sdcard";
static const char *TEMPORARY_LOG_FILE = "/tmp/recovery.log";