mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- streamts: fix -Wformat warning
This commit is contained in:
@@ -176,7 +176,7 @@ bool CStreamInstance::Open()
|
|||||||
|
|
||||||
void CStreamInstance::run()
|
void CStreamInstance::run()
|
||||||
{
|
{
|
||||||
printf("CStreamInstance::run: %llx\n", channel_id);
|
printf("CStreamInstance::run: %" PRIx64 "\n", channel_id);
|
||||||
|
|
||||||
/* pids here cannot be empty */
|
/* pids here cannot be empty */
|
||||||
stream_pids_t::iterator it = pids.begin();
|
stream_pids_t::iterator it = pids.begin();
|
||||||
|
Reference in New Issue
Block a user