Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: BUG: vdr-streamdev



hm@seneca.muc.de wrote:
> > hm@seneca.muc.de wrote:
> > > if (String == channel->Name()) {
> > > 
> > > should be replaced by
> > > 
> > > if (strncasecmp (String, channel->Name(), strlen (channel->Name())) == 0) 

> ...
> falsely returning NULL all the time.  So - cConnectionVTP::CmdTUNE and
> cConnectionVTP::CmdPROV should be re-checked. ... 

> Sascha? 

Sascha? Are you still alive? 

Or is there anybody else with better C/C++ knowledge than me who can
confirm/deny what's going on here? 

-- 
"To YOU I'm an atheist; to God, I'm the Loyal Opposition."
		-- Woody Allen




Home | Main Index | Thread Index