mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
Werror compile fix
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@768 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2fbf324607
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-09-14 (Tue, 14 Sep 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -566,7 +566,7 @@ int EventList::exec(const t_channel_id channel_id, const std::string& channelnam
|
||||
else if ( msg==CRCInput::RC_rewind || msg==CRCInput::RC_forward) {
|
||||
|
||||
t_bouquet_id current_bouquet_id= bouquetList->getActiveBouquetNumber();
|
||||
t_channel_id channel_id_tmp, _channel_id;
|
||||
t_channel_id channel_id_tmp, _channel_id = channel_id;
|
||||
const unsigned int channel_nr = bouquetList->Bouquets[current_bouquet_id]->channelList->getSize();
|
||||
std::string next_channel_name;
|
||||
std::string prev_channel_name ;
|
||||
|
Reference in New Issue
Block a user