From d7dc6141c91b48c410e9cc5734ca9a2adecc278e Mon Sep 17 00:00:00 2001 From: Dimitar Petrovski Date: Mon, 14 Apr 2014 09:40:50 +0200 Subject: Move Format out of global scope, fixes #1634 and other problems with multiple devices. Thanks to cheesemonster --- util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util.c') diff --git a/util.c b/util.c index 415f213..4fc0c48 100644 --- a/util.c +++ b/util.c @@ -26,7 +26,6 @@ int YesterdayEpochUTC; struct hufftab *tables[2][128]; int table_size[2][128]; -EFormat Format; cEquivHandler* EquivHandler; cChannel *GetChannelByID(tChannelID & channelID, bool searchOtherPos) -- cgit v1.2.3