summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-12-09 00:04:53 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-12-09 00:04:53 +0000
commitcb3e6ef15459388fc8fee2b4a3157ff0eac0714a (patch)
tree95fbcc661e0636a1d7c05c09f74d607e6a57d2e7
parent1631d36d95f03cc4c3f0a9c00effdc4a918ce324 (diff)
parentb004a7fe6f4c6465044764eb8fd9bd410c4fe95b (diff)
downloadsystem_core-cb3e6ef15459388fc8fee2b4a3157ff0eac0714a.tar.gz
system_core-cb3e6ef15459388fc8fee2b4a3157ff0eac0714a.tar.bz2
system_core-cb3e6ef15459388fc8fee2b4a3157ff0eac0714a.zip
Merge "liblog: Build Problem, BOOLEAN"
-rw-r--r--liblog/log_is_loggable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblog/log_is_loggable.c b/liblog/log_is_loggable.c
index 854ecfabc..b4711d28e 100644
--- a/liblog/log_is_loggable.c
+++ b/liblog/log_is_loggable.c
@@ -42,7 +42,7 @@ static void unlock()
struct cache {
const prop_info *pinfo;
uint32_t serial;
- char c;
+ unsigned char c;
};
#define BOOLEAN_TRUE 0xFF