transmit an abort message when the vendor id is requested for philips, instead of...
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.cpp
index 27e692e997ff70b70581f9698ea8b4eabdedb47e..7031f094f81fc2dc2379bfd347de5e0ab9a3948c 100644 (file)
@@ -1034,7 +1034,7 @@ bool CCECCommandHandler::TransmitPowerState(const cec_logical_address iInitiator
   return Transmit(command, false, bIsReply);
 }
 
-bool CCECCommandHandler::TransmitVendorID(const cec_logical_address iInitiator, uint64_t iVendorId, bool bIsReply)
+bool CCECCommandHandler::TransmitVendorID(const cec_logical_address iInitiator, const cec_logical_address UNUSED(iDestination), uint64_t iVendorId, bool bIsReply)
 {
   cec_command command;
   cec_command::Format(command, iInitiator, CECDEVICE_BROADCAST, CEC_OPCODE_DEVICE_VENDOR_ID);