summaryrefslogtreecommitdiff
path: root/recdone.h
diff options
context:
space:
mode:
Diffstat (limited to 'recdone.h')
-rw-r--r--recdone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/recdone.h b/recdone.h
index 7921c14..a5dc61c 100644
--- a/recdone.h
+++ b/recdone.h
@@ -67,7 +67,7 @@ class cRecsDone : public cList<cRecDone>, public cMutex {
fileName = NULL;
cList<cRecDone>::Clear();
}
- cRecsDone(void) {}
+ cRecsDone(void) { fileName = NULL; }
int GetCountRecordings(const cEvent* event, cSearchExt* search, cRecDone** first = NULL, int matchLimit = 90);
int GetCountRecordings(const cEvent*, bool compareTitle, int compareSubtitle, bool compareSummary, int compareDate, unsigned long, cRecDone** first = NULL, int matchLimit = 90);
int GetTotalCountRecordings(cSearchExt* search, cRecDone** first);