We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d6e2e commit e001af6Copy full SHA for e001af6
hardware/PanasonicTV.cpp
@@ -910,7 +910,7 @@ void CPanasonic::UnloadNodes()
910
m_ios.stop(); // stop the service if it is running
911
sleep_milliseconds(100);
912
913
- while ((!m_pNodes.empty()) || (!m_ios.stopped()) && (iRetryCounter < 15))
+ while (((!m_pNodes.empty()) || (!m_ios.stopped())) && (iRetryCounter < 15))
914
{
915
std::vector<boost::shared_ptr<CPanasonicNode> >::iterator itt;
916
for (itt = m_pNodes.begin(); itt != m_pNodes.end(); ++itt)
0 commit comments