mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
scan_setup.cpp: fix possible compiler warning
enum constant in boolean context
Origin commit data
------------------
Branch: ni/coolstream
Commit: 39d7048d54
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-02-11 (Mon, 11 Feb 2019)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1950,7 +1950,7 @@ printf("[neutrino] CScanSetup::%s: logical numbers %d\n", __FUNCTION__, scansett
|
||||
if (fe_config.force_mode == 1)
|
||||
fe_config.powered = 0;
|
||||
tsp->setActive(fe_config.force_mode != 1);
|
||||
ret = menu_return::RETURN_EXIT_REPAINT;
|
||||
ret = true;
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user