mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added missing initialization of cEvent::seen
This commit is contained in:
parent
2ef5ba5710
commit
e656c86153
1
HISTORY
1
HISTORY
@ -3131,3 +3131,4 @@ Video Disk Recorder Revision History
|
||||
- Fixed handling of pmAudioOnlyBlack (thanks to Stefan Huelswitt).
|
||||
- Fixed a short glitch when starting a recording on the primary device while
|
||||
in replay or transfer mode (thanks to Marco Schlüßler).
|
||||
- Added missing initialization of cEvent::seen.
|
||||
|
3
epg.c
3
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 1.21 2004/10/31 16:12:36 kls Exp $
|
||||
* $Id: epg.c 1.22 2004/11/07 10:43:30 kls Exp $
|
||||
*/
|
||||
|
||||
#include "epg.h"
|
||||
@ -31,6 +31,7 @@ cEvent::cEvent(tChannelID ChannelID, u_int16_t EventID)
|
||||
startTime = 0;
|
||||
duration = 0;
|
||||
vps = 0;
|
||||
SetSeen();
|
||||
}
|
||||
|
||||
cEvent::~cEvent()
|
||||
|
Loading…
Reference in New Issue
Block a user