summaryrefslogtreecommitdiff
path: root/event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'event.cpp')
-rw-r--r--event.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/event.cpp b/event.cpp
index 49c6d7c..416ee65 100644
--- a/event.cpp
+++ b/event.cpp
@@ -300,6 +300,7 @@ void cXMLTVEvent::CreateEventID(time_t StartTime)
newid|=(tm.tm_min & 0x3F);
eventid=newid & 0xFFFF;
+ weakid=true;
}
void cXMLTVEvent::GetSQL(const char *Source, int SrcIdx, const char *ChannelID, char **Insert, char **Update)
@@ -474,6 +475,7 @@ void cXMLTVEvent::Clear()
episode=0;
episodeoverall=0;
parentalRating=0;
+ weakid=false;
memset(&contents,0,sizeof(contents));
}