transmit an abort message when the vendor id is requested for philips, instead of...
[deb_libcec.git] / src / lib / devices / CECBusDevice.cpp
index b7b08c71e5e16922bd74af9ba8043f2dbb162bb8..6703e87ccd3d0be9c1b3e1cbd84552c7f4037b12 100644 (file)
@@ -748,7 +748,7 @@ bool CCECBusDevice::TransmitVendorID(const cec_logical_address destination, bool
   else
   {
     LIB_CEC->AddLog(CEC_LOG_DEBUG, "<< %s (%X) -> %s (%X): vendor id %s (%x)", GetLogicalAddressName(), m_iLogicalAddress, ToString(destination), destination, ToString((cec_vendor_id)iVendorId), iVendorId);
-    bReturn = m_handler->TransmitVendorID(m_iLogicalAddress, iVendorId, bIsReply);
+    bReturn = m_handler->TransmitVendorID(m_iLogicalAddress, destination, iVendorId, bIsReply);
   }
   MarkReady();
   return bReturn;