summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-05-10 14:55:15 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-05-10 14:55:15 +0200
commit8a7dbd1e566791814164b00f47f886b4b5d15f4d (patch)
tree0eba42b662b5301731b10f1fa500f361a5162ed4 /HISTORY
parentaae1aa527167c32e50e1fda77801b521cee3f76d (diff)
downloadvdr-8a7dbd1e566791814164b00f47f886b4b5d15f4d.tar.gz
vdr-8a7dbd1e566791814164b00f47f886b4b5d15f4d.tar.bz2
Fixed use of time_t in cEIT::cEIT()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 427841ae..0425e968 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6094,3 +6094,4 @@ Video Disk Recorder Revision History
- Added a note to cTsToPes::GetPes() about having to call it repeatedly, once
it has returned a non-NULL value.
- Added MPEG 1 handling to remux.c (thanks to Ales Jurik).
+- Fixed use of time_t in cEIT::cEIT() (thanks to Tobias Bratfisch).