From: Lars Op den Kamp Date: Sun, 26 Feb 2012 22:41:09 +0000 (+0100) Subject: cec: and now correct X-Git-Tag: upstream/2.2.0~1^2~33^2~27 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d507711c20edece3a16da58f4ea06fdf77a5b512;p=deb_libcec.git cec: and now correct --- diff --git a/src/lib/adapter/USBCECAdapterCommunication.cpp b/src/lib/adapter/USBCECAdapterCommunication.cpp index c858d87..0f73bae 100644 --- a/src/lib/adapter/USBCECAdapterCommunication.cpp +++ b/src/lib/adapter/USBCECAdapterCommunication.cpp @@ -438,7 +438,7 @@ bool CUSBCECAdapterCommunication::ParseMessage(const CCECAdapterMessage &msg) } CLibCEC::AddLog(bIsError ? CEC_LOG_WARNING : CEC_LOG_DEBUG, msg.ToString()); - return bEom = msg.IsEOM();; + return msg.IsEOM(); } uint16_t CUSBCECAdapterCommunication::GetFirmwareVersion(void)