Fixed debug compilation.

This commit is contained in:
Rolf Ahrenberg 2010-12-01 10:09:11 +02:00
parent 55bb0e65df
commit 05e57802c3
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ cPidScanner::~cPidScanner()
void cPidScanner::SetChannel(const tChannelID &ChannelId)
{
debug("cPidScanner::SetChannel(): %s\n", *ChannelId->ToString());
debug("cPidScanner::SetChannel(): %s\n", *ChannelId.ToString());
channelId = ChannelId;
Vpid = 0xFFFF;
numVpids = 0;

View File

@ -34,7 +34,7 @@ void cSidScanner::SetStatus(bool On)
void cSidScanner::SetChannel(const tChannelID &ChannelId)
{
debug("cSidScanner::SetChannel(): %s\n", *ChannelId->ToString());
debug("cSidScanner::SetChannel(): %s\n", *ChannelId.ToString());
channelId = ChannelId;
sidFound = false;
nidFound = false;