Merge "liblog: Build Problem, BOOLEAN"
This commit is contained in:
commit
cb3e6ef154
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ static void unlock()
|
||||||
struct cache {
|
struct cache {
|
||||||
const prop_info *pinfo;
|
const prop_info *pinfo;
|
||||||
uint32_t serial;
|
uint32_t serial;
|
||||||
char c;
|
unsigned char c;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define BOOLEAN_TRUE 0xFF
|
#define BOOLEAN_TRUE 0xFF
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue