Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b004a7fe authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

liblog: Build Problem, BOOLEAN

Checks with BOOLEAN_FALSE and BOOLEAN_TRUE should be made
against an unsigned char.

Bug: 26029733
Change-Id: I405f45a4d6ddae1b060b0e8da9c1585298abe8bd
parent 1631d36d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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