mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
scannit: fix printf format
This commit is contained in:
committed by
svenhoefer
parent
07caa88ad2
commit
84dff7ea59
@@ -430,7 +430,7 @@ bool CNit::ParseLogicalChannels(LogicalChannelDescriptor * ld, TransportStreamIn
|
|||||||
transport_stream_id, original_network_id, service_id);
|
transport_stream_id, original_network_id, service_id);
|
||||||
int visible = (*it)->getVisibleServiceFlag();
|
int visible = (*it)->getVisibleServiceFlag();
|
||||||
#ifdef DEBUG_LCN
|
#ifdef DEBUG_LCN
|
||||||
printf("NIT: logical channel tsid %04x onid %04x %012llx -> %d (%s, %d)\n", transport_stream_id, original_network_id, channel_id, lcn, hd ? "hd", : "sd", visible);
|
printf("NIT: logical channel tsid %04x onid %04x %012llx -> %d (%s, %d)\n", transport_stream_id, original_network_id, channel_id, lcn, hd ? "hd" : "sd", visible);
|
||||||
#endif
|
#endif
|
||||||
if (visible && lcn) {
|
if (visible && lcn) {
|
||||||
if(hd)
|
if(hd)
|
||||||
|
Reference in New Issue
Block a user