mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
neutrino: let sectionsd debug actually work
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1226 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1622,7 +1622,7 @@ printf("CNeutrinoApp::SetChannelMode %d\n", newmode);
|
||||
* CNeutrinoApp - run, the main runloop *
|
||||
**************************************************************************************/
|
||||
extern int cnxt_debug;
|
||||
extern int sections_debug;
|
||||
extern bool sections_debug;
|
||||
extern int zapit_debug;
|
||||
|
||||
void CNeutrinoApp::CmdParser(int argc, char **argv)
|
||||
@@ -1632,6 +1632,7 @@ void CNeutrinoApp::CmdParser(int argc, char **argv)
|
||||
global_argv[i] = argv[i];
|
||||
global_argv[argc] = NULL;
|
||||
|
||||
sections_debug = false;
|
||||
softupdate = false;
|
||||
fromflash = false;
|
||||
|
||||
@@ -1657,7 +1658,7 @@ void CNeutrinoApp::CmdParser(int argc, char **argv)
|
||||
cnxt_debug = 1;
|
||||
}
|
||||
else if ((!strcmp(argv[x], "-sd"))) {
|
||||
sections_debug = 1;
|
||||
sections_debug = true;
|
||||
}
|
||||
else if ((!strcmp(argv[x], "-zd"))) {
|
||||
zapit_debug = 1;
|
||||
|
Reference in New Issue
Block a user