From abdf3f0993e8122b9ee77b6737eef7fbc5ee563c Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 25 Apr 2012 17:44:09 +0400 Subject: [PATCH] neutrino.cpp: fix random channelsInit, init g_channel_list_changed variable --- src/neutrino.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index b8da51879..bfd16c471 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -236,6 +236,7 @@ CNeutrinoApp::CNeutrinoApp() skipShutdownTimer = false; current_muted = 0; recordingstatus = 0; + g_channel_list_changed = 0; memset(&font, 0, sizeof(neutrino_font_descr_struct)); }