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

Commit 36653ddf authored by Greg Kaiser's avatar Greg Kaiser Committed by Pavlin Radoslavov
Browse files

avrc: Fix AVRC_MsgReq() msg_mask bug

msg_mask is intended to be a bit field.  But by declaring it a
bool, we end up turning all bit values into 1, and losing the
other bit values.  We fix this by properly declaring this as
a uint8_t.

Bug:31273148
Change-Id: Id95e1853ea1ad4fbebc35fdc24708765f1fd9e07
parent 386c4b93
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment