summaryrefslogtreecommitdiffstats
path: root/recovery.cpp
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2016-07-27 22:59:02 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-07-27 22:59:02 +0200
commitacc7ebb92a583fd559b47fe297ce3e458cb0bcb2 (patch)
tree52cd7575ede075f1ebb8999b437fa2ab5c16db22 /recovery.cpp
parentImport translations. DO NOT MERGE am: e49c0d6406 -s ours (diff)
parentMerge \\\"Fix clang-tidy performance warnings.\\\" am: 2a3b695168 am: 977903da49 (diff)
downloadandroid_bootable_recovery-acc7ebb92a583fd559b47fe297ce3e458cb0bcb2.tar
android_bootable_recovery-acc7ebb92a583fd559b47fe297ce3e458cb0bcb2.tar.gz
android_bootable_recovery-acc7ebb92a583fd559b47fe297ce3e458cb0bcb2.tar.bz2
android_bootable_recovery-acc7ebb92a583fd559b47fe297ce3e458cb0bcb2.tar.lz
android_bootable_recovery-acc7ebb92a583fd559b47fe297ce3e458cb0bcb2.tar.xz
android_bootable_recovery-acc7ebb92a583fd559b47fe297ce3e458cb0bcb2.tar.zst
android_bootable_recovery-acc7ebb92a583fd559b47fe297ce3e458cb0bcb2.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 0c9c1472b..cfca9df6f 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -1446,7 +1446,7 @@ static ssize_t logrotate(
}
std::string name(filename);
- size_t dot = name.find_last_of(".");
+ size_t dot = name.find_last_of('.');
std::string sub = name.substr(0, dot);
if (!strstr(LAST_KMSG_FILE, sub.c_str()) &&