From 63c0f902caf6d4ed8552976829d63b43def4dc2e Mon Sep 17 00:00:00 2001 From: BPanther Date: Thu, 9 Jan 2020 21:32:07 +0100 Subject: [PATCH] dmx.cpp: fix debug Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/82572aee2f23ae3947a8de33fb0141ab69d5d969 Author: BPanther Date: 2020-01-09 (Thu, 09 Jan 2020) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/dmx.cpp | 8 ++++---- libspark/dmx.cpp | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libarmbox/dmx.cpp b/libarmbox/dmx.cpp index cceb90c..dc5b0e0 100644 --- a/libarmbox/dmx.cpp +++ b/libarmbox/dmx.cpp @@ -476,11 +476,11 @@ bool cDemux::sectionFilter(unsigned short _pid, const unsigned char * const filt s_flt.timeout = to; hal_debug("%s #%d pid:0x%04hx fd:%d type:%s len:%d to:%d flags:%x flt[0]:%02x\n", __func__, num, - pid, fd, DMX_T[dmx_type], len, s_flt.timeout,s_flt.flags, s_flt.filter.filter[0]); + pid, fd, DMX_T[dmx_type], len, s_flt.timeout, s_flt.flags, s_flt.filter.filter[0]); #if 0 - fprintf(stderr,"filt: ");for(int i=0;i