mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
vuall: small fix bcm3466
Origin commit data
------------------
Branch: master
Commit: ff14fd96bb
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2024-12-28 (Sat, 28 Dec 2024)
------------------
Missing context and justification in the original commit message. Identified a consistent pattern in commit practices.
------------------
This commit was generated by Migit
This commit is contained in:
@@ -246,8 +246,11 @@ void CFrontend::getFEInfo(void)
|
|||||||
#if BOXMODEL_VUPLUS_ALL
|
#if BOXMODEL_VUPLUS_ALL
|
||||||
sprintf(info.name,"%s", line.substr(line.find_first_of(":") + 9).c_str());
|
sprintf(info.name,"%s", line.substr(line.find_first_of(":") + 9).c_str());
|
||||||
// no hybrid for BCM3466 T2 tuner
|
// no hybrid for BCM3466 T2 tuner
|
||||||
if (!strncmp(line.substr(line.find_first_of("(") + 1).c_str(), "BCM3466)", 5))
|
if (!strncmp(line.substr(line.find_first_of("(") + 1).c_str(), "BCM3466)", 8))
|
||||||
|
{
|
||||||
found = false;
|
found = false;
|
||||||
|
deliverySystemMask |= DVB_T2;
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
std::string tmp = info.name;
|
std::string tmp = info.name;
|
||||||
sprintf(info.name,"%s (%s)", tmp.c_str(), line.substr(line.find_first_of(":") + 2).c_str());
|
sprintf(info.name,"%s (%s)", tmp.c_str(), line.substr(line.find_first_of(":") + 2).c_str());
|
||||||
|
Reference in New Issue
Block a user