summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2019-07-04 11:58:14 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2019-07-04 11:58:14 +0200
commit32b4e669bf8bc6e3336073616c121f10b8518fe8 (patch)
tree9ed7a97976e673e41b98ee79ca68df1ffed4a5f6 /util.c
parentc46be443988489780f993a47d23a42936b49d6c0 (diff)
downloadvdr-plugin-eepg-32b4e669bf8bc6e3336073616c121f10b8518fe8.tar.gz
vdr-plugin-eepg-32b4e669bf8bc6e3336073616c121f10b8518fe8.tar.bz2
applied patch from cheesemonster to fix multiple tuners deadlock #2586HEADmasterexperimental
Diffstat (limited to 'util.c')
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index b41faf8..1109181 100644
--- a/util.c
+++ b/util.c
@@ -403,7 +403,7 @@ char *freesat_huffman_decode (const unsigned char *src, size_t size)
bit++;
}
} else {
- LogE (0, prep("Missing table %d entry: <%s>"), tableid + 1, uncompressed);
+ //LogE (0, prep("Missing table %d entry: <%s>"), tableid + 1, uncompressed);
// Entry missing in table.
return uncompressed;
}