Parent: afefbb4872f241d5ed84cf18bcdbb4d72d6c97c0
Author: Tedd Ho-Jeong An <tedd.an@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2022-02-18 23:25:31
Tree: 6a390543fe19929e38fec0f348bca115f0dd6ef9
shared: Fix the incorrect type with bit shift This patch fixes the following runtime error: $ sudo ./monitor/btmon -w test.btsnoop Bluetooth monitor ver 5.63 src/shared/btsnoop.c:339:18: runtime error: left shift of 65535 by 16 places cannot be represented in type 'int'
Diffstat
| M | src/shared/btsnoop.c | | | 2 | +- |
1 files changed, 1 insertions(+), 1 deletions(-)