diff options
author | Doug Zongker <dougz@google.com> | 2012-08-30 00:57:01 +0200 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-08-30 00:57:02 +0200 |
commit | aff4dbb0ae33e55785d1a11f93c1e20ebfed4a90 (patch) | |
tree | 13812661982fda40e2261c45ce25e8c68856701c /recovery.cpp | |
parent | am bddbb5b3: Merge "Fixing trivial warnings for libminui" (diff) | |
parent | recovery locale handling fixes (diff) | |
download | android_bootable_recovery-aff4dbb0ae33e55785d1a11f93c1e20ebfed4a90.tar android_bootable_recovery-aff4dbb0ae33e55785d1a11f93c1e20ebfed4a90.tar.gz android_bootable_recovery-aff4dbb0ae33e55785d1a11f93c1e20ebfed4a90.tar.bz2 android_bootable_recovery-aff4dbb0ae33e55785d1a11f93c1e20ebfed4a90.tar.lz android_bootable_recovery-aff4dbb0ae33e55785d1a11f93c1e20ebfed4a90.tar.xz android_bootable_recovery-aff4dbb0ae33e55785d1a11f93c1e20ebfed4a90.tar.zst android_bootable_recovery-aff4dbb0ae33e55785d1a11f93c1e20ebfed4a90.zip |
Diffstat (limited to 'recovery.cpp')
-rw-r--r-- | recovery.cpp | 2 |
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"; |