mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
fix dhadow fixes
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@163 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 70d2417442
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-01-16 (Sat, 16 Jan 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -317,9 +317,9 @@ EpgPlus::ChannelEntry::ChannelEntry (const CZapitChannel * pchannel, int pindex,
|
||||
{
|
||||
this->channel = pchannel;
|
||||
|
||||
if (channel != NULL) {
|
||||
if (pchannel != NULL) {
|
||||
std::stringstream pdisplayName;
|
||||
pdisplayName << index + 1 << " " << channel->getName ();
|
||||
pdisplayName << pindex + 1 << " " << pchannel->getName ();
|
||||
|
||||
this->displayName = pdisplayName.str ();
|
||||
}
|
||||
|
Reference in New Issue
Block a user