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

Commit 17a7b697 authored by Ken Wakasa's avatar Ken Wakasa Committed by Android Git Automerger
Browse files

am 18d12fc9: am d69ad651: Merge "A small follow-up to I8d03bae3264974eff7b790e27c073b0a8758d17a"

* commit '18d12fc9':
  A small follow-up to I8d03bae3264974eff7b790e27c073b0a8758d17a
parents 4779ea60 18d12fc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ inline int BinaryFormat::getFlags(const uint8_t *const dict) {
}

inline bool BinaryFormat::hasBlacklistedOrNotAWordFlag(const int flags) {
    return flags & (FLAG_IS_BLACKLISTED | FLAG_IS_NOT_A_WORD);
    return (flags & (FLAG_IS_BLACKLISTED | FLAG_IS_NOT_A_WORD)) != 0;
}

inline int BinaryFormat::getHeaderSize(const uint8_t *const dict) {