| commit | cb3e6ef15459388fc8fee2b4a3157ff0eac0714a | [log] [tgz] |
|---|---|---|
| author | Mark Salyzyn <salyzyn@google.com> | Wed Dec 09 00:04:53 2015 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 09 00:04:53 2015 +0000 |
| tree | 95fbcc661e0636a1d7c05c09f74d607e6a57d2e7 | |
| parent | 1631d36d95f03cc4c3f0a9c00effdc4a918ce324 [diff] | |
| parent | b004a7fe6f4c6465044764eb8fd9bd410c4fe95b [diff] |
Merge "liblog: Build Problem, BOOLEAN"
diff --git a/liblog/log_is_loggable.c b/liblog/log_is_loggable.c index 854ecfa..b4711d2 100644 --- a/liblog/log_is_loggable.c +++ b/liblog/log_is_loggable.c
@@ -42,7 +42,7 @@ struct cache { const prop_info *pinfo; uint32_t serial; - char c; + unsigned char c; }; #define BOOLEAN_TRUE 0xFF