diff options
author | Tianjie Xu <xunchang@google.com> | 2017-03-22 20:27:26 +0100 |
---|---|---|
committer | Tianjie Xu <xunchang@google.com> | 2017-03-25 00:54:52 +0100 |
commit | 2078b22e4145fef2648cc714eae6588353940c4b (patch) | |
tree | 9d93bb7dfa2f4bd9951aaa5fe429a511b1435b33 /recovery.cpp | |
parent | Merge "Redundant checking of STL container element" (diff) | |
download | android_bootable_recovery-2078b22e4145fef2648cc714eae6588353940c4b.tar android_bootable_recovery-2078b22e4145fef2648cc714eae6588353940c4b.tar.gz android_bootable_recovery-2078b22e4145fef2648cc714eae6588353940c4b.tar.bz2 android_bootable_recovery-2078b22e4145fef2648cc714eae6588353940c4b.tar.lz android_bootable_recovery-2078b22e4145fef2648cc714eae6588353940c4b.tar.xz android_bootable_recovery-2078b22e4145fef2648cc714eae6588353940c4b.tar.zst android_bootable_recovery-2078b22e4145fef2648cc714eae6588353940c4b.zip |
Diffstat (limited to '')
-rw-r--r-- | recovery.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp index ccb8e5d95..a374eed8a 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -122,7 +122,7 @@ static const int BATTERY_READ_TIMEOUT_IN_SEC = 10; static const int BATTERY_OK_PERCENTAGE = 20; static const int BATTERY_WITH_CHARGER_OK_PERCENTAGE = 15; static constexpr const char* RECOVERY_WIPE = "/etc/recovery.wipe"; -static constexpr const char* DEFAULT_LOCALE = "en_US"; +static constexpr const char* DEFAULT_LOCALE = "en-US"; static std::string locale; static bool has_cache = false; |