mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
system/settings.cpp: fix copy/paste
Origin commit data
------------------
Branch: ni/coolstream
Commit: 4fc7ad8279
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-26 (Mon, 26 Mar 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -152,10 +152,10 @@ bool CScanSettings::loadSettings(const char * const fileName, const delivery_sys
|
||||
|
||||
scan_fta_flag = configfile.getInt32("scan_fta_flag", 0);
|
||||
scan_nit = configfile.getInt32("scan_nit", 1);
|
||||
scan_nit = configfile.getInt32("scan_nit_manual", 0);
|
||||
scan_nit_manual = configfile.getInt32("scan_nit_manual", 0);
|
||||
scan_bat = configfile.getInt32("scan_bat", 0);
|
||||
scan_bat = configfile.getInt32("scan_reset_numbers", 0);
|
||||
scan_bat = configfile.getInt32("scan_logical_numbers", 0);
|
||||
scan_reset_numbers = configfile.getInt32("scan_reset_numbers", 0);
|
||||
scan_logical_numbers = configfile.getInt32("scan_logical_numbers", 0);
|
||||
TP_fec = configfile.getInt32("TP_fec", 1);
|
||||
TP_pol = configfile.getInt32("TP_pol", 0);
|
||||
TP_mod = configfile.getInt32("TP_mod", 3);
|
||||
|
Reference in New Issue
Block a user