mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
zapit/frontend: fix compiler warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: ef0f1eedf8
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-27 (Mon, 27 Nov 2017)
Origin message was:
------------------
- zapit/frontend: fix compiler warning
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -508,7 +508,7 @@ fe_code_rate_t CFrontend::getCodeRate(const uint8_t fec_inner, delivery_system_t
|
||||
break;
|
||||
default:
|
||||
if (zapit_debug)
|
||||
printf("no valid fec for DVB-%c set.. assume auto\n", (delsys == DVB_S ? 'S' : (delsys == DVB_C ? 'C' : 'T/T2')));
|
||||
printf("no valid fec for DVB-%s set.. assume auto\n", (delsys == DVB_S ? "S" : (delsys == DVB_C ? "C" : "T/T2")));
|
||||
/* fall through */
|
||||
case fAuto:
|
||||
fec = FEC_AUTO;
|
||||
|
Reference in New Issue
Block a user