mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
- zapit/frontend: fix compiler warning
This commit is contained in:
committed by
Jacek Jendrzej
parent
6f1a7638eb
commit
79bad6babd
@@ -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