From: hschang Date: Fri, 4 Jan 2019 09:31:35 +0000 (+0900) Subject: [pmt] fix typo. X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=7cfb3f6ac4b0f7accef60d36a9d8c47965c39e75 [pmt] fix typo. --- diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp index f06ec21..7ab159a 100644 --- a/lib/dvb/pmt.cpp +++ b/lib/dvb/pmt.cpp @@ -1322,7 +1322,7 @@ void eDVBServicePMTHandler::removeCaHandler() bool eDVBServicePMTHandler::isCiConnected() { - eDVBCIInterfaces::getInstance()->isCiConnected(this); + return eDVBCIInterfaces::getInstance()->isCiConnected(this); } CAServiceMap eDVBCAService::exist;