fixed: don't stick a value larger than 255 in a byte
authorLars Op den Kamp <lars@opdenkamp.eu>
Mon, 27 Oct 2014 10:11:13 +0000 (11:11 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Mon, 27 Oct 2014 10:11:17 +0000 (11:11 +0100)
commit8d84f8b3cd5eaca3743e5518f1cb5a3fc0ecbe3c
treec3df5eef84a4376e20dad5ff55a47cf94fa5a18d
parent709adc4b0943d843ec815781be120c8e129acc5f
fixed: don't stick a value larger than 255 in a byte
the solution isn't very nice, but it'll work for now without breaking binary compatibility. the member will be replaced in the next major release
include/cectypes.h
src/lib/CECClient.cpp