diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-28 12:47:54 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-28 12:47:54 +0200 |
commit | 0af3ed548c86b5b2670fbf5610ee41d36b48761a (patch) | |
tree | df07a184bbbaf8c9964c3c5610bcbc4ccb402bed /epg.c | |
parent | 7cdd4877c3064d2fedf3182ccf6f6c8df48cafed (diff) | |
download | vdr-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") { } |