commit | 540ec7c59d0e1e1edd25508d3c5d509be0c965ff | [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 | e252c9386a750469f9233df75c46f538619413da | |
parent | 8662270a439af7553fca78611a036635669494c4 [diff] | |
parent | 26cc9d23ff8b4046d1572b9707e286f8ff4cc2cd [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