summaryrefslogtreecommitdiffstats
path: root/recovery-refresh.cpp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2016-07-27 19:19:47 +0200
committerChih-Hung Hsieh <chh@google.com>2016-07-27 19:19:47 +0200
commit23abfd37a55f281186f9275ad35b7182efd2e8b6 (patch)
treebba862d8cd7b056082bdb8a067418d991190b86e /recovery-refresh.cpp
parentMerge "Fix install.h's use of attribute printf." (diff)
downloadandroid_bootable_recovery-23abfd37a55f281186f9275ad35b7182efd2e8b6.tar
android_bootable_recovery-23abfd37a55f281186f9275ad35b7182efd2e8b6.tar.gz
android_bootable_recovery-23abfd37a55f281186f9275ad35b7182efd2e8b6.tar.bz2
android_bootable_recovery-23abfd37a55f281186f9275ad35b7182efd2e8b6.tar.lz
android_bootable_recovery-23abfd37a55f281186f9275ad35b7182efd2e8b6.tar.xz
android_bootable_recovery-23abfd37a55f281186f9275ad35b7182efd2e8b6.tar.zst
android_bootable_recovery-23abfd37a55f281186f9275ad35b7182efd2e8b6.zip
Diffstat (limited to 'recovery-refresh.cpp')
-rw-r--r--recovery-refresh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/recovery-refresh.cpp b/recovery-refresh.cpp
index 333367eba..b75c91538 100644
--- a/recovery-refresh.cpp
+++ b/recovery-refresh.cpp
@@ -76,7 +76,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()) &&