From 32b4e669bf8bc6e3336073616c121f10b8518fe8 Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Thu, 4 Jul 2019 11:58:14 +0200 Subject: applied patch from cheesemonster to fix multiple tuners deadlock #2586 --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.c') 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; } -- cgit v1.2.3