From 2fbf32460769bd5a23e0306d3dcd127faaa4391c Mon Sep 17 00:00:00 2001 From: focus Date: Tue, 14 Sep 2010 09:06:27 +0000 Subject: [PATCH] Werror compile fix git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@768 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/gui/eventlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/eventlist.cpp b/src/gui/eventlist.cpp index 215876628..16c2bceb9 100644 --- a/src/gui/eventlist.cpp +++ b/src/gui/eventlist.cpp @@ -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 ;