From 591e0c0828b5888add20e7151d48ca075fb5ce07 Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 10 Oct 2020 00:02:08 +0800 Subject: [PATCH] third_party: glog: Fix a typo --- ...ub_glog_glog_9779e5ea6ef59562b030248947f787d1256132ae.diff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/com_github_glog_glog_9779e5ea6ef59562b030248947f787d1256132ae.diff b/third_party/com_github_glog_glog_9779e5ea6ef59562b030248947f787d1256132ae.diff index 89e80a9c3..471cf2aa6 100644 --- a/third_party/com_github_glog_glog_9779e5ea6ef59562b030248947f787d1256132ae.diff +++ b/third_party/com_github_glog_glog_9779e5ea6ef59562b030248947f787d1256132ae.diff @@ -45,8 +45,8 @@ index 0b5e6ee..be5a506 100644 + const int level = AndroidLogLevel((int)data_->severity_); + const std::string text = std::string(data_->message_text_); + __android_log_write(level, "native", text.substr(0,data_->num_chars_to_log_).c_str()); -+#endif // !defined(__ANDROID__) ++#endif // defined(__ANDROID__) + if (append_newline) { // Fix the ostrstream back how it was before we screwed with it. - // It's 99.44% certain that we don't need to worry about doing this. \ No newline at end of file + // It's 99.44% certain that we don't need to worry about doing this.