summaryrefslogtreecommitdiff
path: root/epg.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-28 12:47:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-28 12:47:54 +0200
commit0af3ed548c86b5b2670fbf5610ee41d36b48761a (patch)
treedf07a184bbbaf8c9964c3c5610bcbc4ccb402bed /epg.c
parent7cdd4877c3064d2fedf3182ccf6f6c8df48cafed (diff)
downloadvdr-0af3ed548c86b5b2670fbf5610ee41d36b48761a.tar.gz
vdr-0af3ed548c86b5b2670fbf5610ee41d36b48761a.tar.bz2
Added debug output for checking the correct sequence of locking global lists
Diffstat (limited to 'epg.c')
-rw-r--r--epg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epg.c b/epg.c
index 7cbb0116..3955d702 100644
--- a/epg.c
+++ b/epg.c
@@ -7,7 +7,7 @@
* Original version (as used in VDR before 1.3.0) written by
* Robert Schneider <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
*
- * $Id: epg.c 4.6 2017/05/09 12:16:36 kls Exp $
+ * $Id: epg.c 4.7 2017/05/28 11:30:32 kls Exp $
*/
#include "epg.h"
@@ -1225,7 +1225,7 @@ char *cSchedules::epgDataFileName = NULL;
time_t cSchedules::lastDump = time(NULL);
cSchedules::cSchedules(void)
-:cList<cSchedule>("Schedules")
+:cList<cSchedule>("5 Schedules")
{
}