summaryrefslogtreecommitdiff
path: root/eepg.c
diff options
context:
space:
mode:
Diffstat (limited to 'eepg.c')
-rw-r--r--eepg.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/eepg.c b/eepg.c
index ce44960..87d50a5 100644
--- a/eepg.c
+++ b/eepg.c
@@ -3306,8 +3306,9 @@ cEIT2::cEIT2 (cSchedules * Schedules, int Source, u_char Tid, const u_char * Dat
, DishEventDescriptor->getStarRating()
, DishEventDescriptor->getProgramId()
, DishEventDescriptor->getSeriesId()
- , orgAirDate == 0 ? "" : asctime(localtime(&orgAirDate)));
- pEvent->SetDescription(tmp);
+<<<<<<< .mine , orgAirDate == 0 ? "" : asctime(localtime(&orgAirDate)));
+======= , orgAirDate == 0 ? "" : asctime(localtime(&orgAirDate)) (&orgAirDate));
+>>>>>>> .theirs pEvent->SetDescription(tmp);
free(tmp);
@@ -4373,4 +4374,4 @@ bool cPluginEEPG::SetupParse (const char *Name, const char *Value)
return true;
}
-VDRPLUGINCREATOR (cPluginEEPG); // Don't touch this!
+VDRPLUGINCREATOR (cPluginEEPG); // Don't touch this! \ No newline at end of file