commit | 654b6f34c829cae12c11aae9bde3731d47ac374d | [log] [tgz] |
---|---|---|
author | Alex Vakulenko <avakulenko@google.com> | Wed Dec 09 01:32:43 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Dec 09 01:32:43 2015 +0000 |
tree | 1c085f5dc17a4d99568a72685dfb64fc2d166225 | |
parent | 6c64f16ce9ecf421769603e1f69d3a4e1b84359f [diff] | |
parent | 993227dedb65e5593778d3b28ede9ac2ac8b6a9a [diff] |
Merge "metricsd: Remove unused type declarations"
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