From 6f333bf827d041b9f374334590e8b740c3d79e01 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Sat, 25 Feb 2012 17:36:58 +0400 Subject: [PATCH] eitd/dmx.cpp: WIP Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/68edbc0a2a2e2c86d12579cfb86dd2973925c177 Author: [CST] Focus Date: 2012-02-25 (Sat, 25 Feb 2012) --- src/eitd/dmx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eitd/dmx.cpp b/src/eitd/dmx.cpp index c5f692c13..215c23b5b 100644 --- a/src/eitd/dmx.cpp +++ b/src/eitd/dmx.cpp @@ -334,7 +334,7 @@ int DMX::getSection(uint8_t *buf, const unsigned timeoutInMSeconds, int &timeout // check if the filter worked correctly if (((table_id ^ filters[filter_index].filter) & filters[filter_index].mask) != 0) { - xprintf(" %s: filter 0x%x mask 0x%x -> skip sections for table 0x%x\n", name.c_str(), filters[filter_index].filter, filters[filter_index].mask, table_id); + xcprintf(" %s: filter 0x%x mask 0x%x -> skip sections for table 0x%x\n", name.c_str(), filters[filter_index].filter, filters[filter_index].mask, table_id); unlock(); real_pause(); real_unpause();