summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eepg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/eepg.c b/eepg.c
index b4f7636..edf06fd 100644
--- a/eepg.c
+++ b/eepg.c
@@ -1048,6 +1048,10 @@ void loadEquivalentChannelMap (void)
multimap<const char*,const char*>::iterator it;
pair<multimap<const char*,const char*>::iterator,multimap<const char*,const char*>::iterator> ret;
+ //TODO DPE add code to reload if file is changed
+ if (equiChanMap.size() > 0)
+ return;
+
File = fopen (FileName.c_str(), "r");
if (File) {