fixed - typo in CVLCommandHandler::VendorPreActivateSourceHook. bugzid: 1087
[deb_libcec.git] / src / lib / implementations / VLCommandHandler.cpp
index 07f2f25048286daab6e7cff7191758e0b6c3217a..90e87778c4c0a7dd11daa9f55534e5bebfcec95a 100644 (file)
@@ -213,7 +213,7 @@ void CVLCommandHandler::VendorPreActivateSourceHook(void)
   bool bTransmit(false);
   {
     CLockObject lock(m_mutex);
-    bTransmit = m_bCapabilitiesSent;
+    bTransmit = !m_bCapabilitiesSent;
   }
   if (bTransmit)
     SendVendorCommandCapabilities(m_processor->GetLogicalAddress(), CECDEVICE_TV);