X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fdevices%2FCECPlaybackDevice.cpp;h=98ec750a9d51453e83d25d0b7caf2c7b9d8b1b19;hb=45de9d9fb1cdefce6ecb53f372a9947480046bba;hp=02b9d43bbac89a7661e69da4be0f9eab3dbe14f1;hpb=28fa6c976a4c91b515be4cb119f92e2000bbd90e;p=deb_libcec.git diff --git a/src/lib/devices/CECPlaybackDevice.cpp b/src/lib/devices/CECPlaybackDevice.cpp index 02b9d43..98ec750 100644 --- a/src/lib/devices/CECPlaybackDevice.cpp +++ b/src/lib/devices/CECPlaybackDevice.cpp @@ -75,8 +75,8 @@ bool CCECPlaybackDevice::TransmitDeckStatus(cec_logical_address dest) AddLog(CEC_LOG_NOTICE, strLog); cec_command command; - cec_command::format(command, m_iLogicalAddress, dest, CEC_OPCODE_DECK_STATUS); - command.push_back((uint8_t)m_deckStatus); + cec_command::Format(command, m_iLogicalAddress, dest, CEC_OPCODE_DECK_STATUS); + command.PushBack((uint8_t)m_deckStatus); return m_processor->Transmit(command); }