summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2014-04-14 09:40:50 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2014-04-14 09:40:50 +0200
commitd7dc6141c91b48c410e9cc5734ca9a2adecc278e (patch)
tree4f3453ec0402557730fb67d1a65795a8c8a79333 /util.c
parent69b47ba4bf0195fd6820beb2cf4f7c7ea31f4011 (diff)
downloadvdr-plugin-eepg-d7dc6141c91b48c410e9cc5734ca9a2adecc278e.tar.gz
vdr-plugin-eepg-d7dc6141c91b48c410e9cc5734ca9a2adecc278e.tar.bz2
Move Format out of global scope, fixes #1634 and other problems with multiple devices. Thanks to cheesemonster
Diffstat (limited to 'util.c')
-rw-r--r--util.c1
1 files changed, 0 insertions, 1 deletions
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)