summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2011-06-15 18:59:03 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2011-06-15 18:59:03 +0200
commit16cc19bf075115a878192ac46768f41b3b9a1465 (patch)
treef01dee0bed692f247f640b6ebf58e4352d12adf6
parent3a76cff8820add1b7f7138aa3a341bdb7acd0cf4 (diff)
downloadvdr-plugin-eepg-16cc19bf075115a878192ac46768f41b3b9a1465.tar.gz
vdr-plugin-eepg-16cc19bf075115a878192ac46768f41b3b9a1465.tar.bz2
fixed tableID assignment
-rw-r--r--eepg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eepg.c b/eepg.c
index c1f29b4..1037cc5 100644
--- a/eepg.c
+++ b/eepg.c
@@ -2617,7 +2617,7 @@ void cFilterEEPG::LoadIntoSchedule (void)
}
unsigned short int TableId = DEFAULT_TABLE_ID;
if (T->TableId) {
- TableId = TableId;
+ TableId = T->TableId;
}
WriteToSchedule (p, C->NumberOfEquivalences, T->EventId, StartTime, T->Duration / 60, (char *) T->Text,