mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
epgview: only hide info1 if info2 begins with info1 (port from tuxbox-cvs. THX Gaucho316)
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6138e42948
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2012-10-11 (Thu, 11 Oct 2012)
Origin message was:
------------------
- epgview: only hide info1 if info2 begins with info1 (port from tuxbox-cvs. THX Gaucho316)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -544,7 +544,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Compare strings normally if not positively found to be equal before
|
// Compare strings normally if not positively found to be equal before
|
||||||
if (false == bHide && false == (std::string::npos == epgData.info2.find(epgData.info1))) {
|
if (false == bHide && 0 == epgData.info2.find(epgData.info1)) {
|
||||||
bHide = true;
|
bHide = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user