mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Cosmetic changes
This commit is contained in:
parent
3cce1d2ead
commit
0a931b97dc
@ -808,11 +808,10 @@ int cRecMenuSearchTimerEdit::SplitChannelGroups(std::vector<std::string> *channe
|
|||||||
std::string a = *it;
|
std::string a = *it;
|
||||||
splitstring s(a.c_str());
|
splitstring s(a.c_str());
|
||||||
std::vector<std::string> value = s.split('|', 0);
|
std::vector<std::string> value = s.split('|', 0);
|
||||||
dsyslog ("%s %s %d %s\n", __FILE__, __func__, __LINE__, s.c_str());
|
|
||||||
std::vector<std::string>::iterator ito = value.begin();
|
std::vector<std::string>::iterator ito = value.begin();
|
||||||
channelgroups->push_back(*ito);
|
channelgroups->push_back(*ito);
|
||||||
std::string b = *ito;
|
std::string b = *ito;
|
||||||
if (b.compare(channelGroup) == 0)
|
if (b.compare(channelGroup) == 0)
|
||||||
j = i;
|
j = i;
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user