summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-03 09:34:12 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-03 09:34:12 +0100
commite2796948b2abadbb60fca25af2922737c253805a (patch)
tree7fbccee7e45fbf206de5d37732817e2fc881d565 /HISTORY
parent441bf300321d5ae6c56a16bf59e88888981f4fa0 (diff)
downloadvdr-e2796948b2abadbb60fca25af2922737c253805a.tar.gz
vdr-e2796948b2abadbb60fca25af2922737c253805a.tar.bz2
Fixed calling iconv_close() only with a valid iconv_t value
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 68b41cf0..9bbabaf3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7339,7 +7339,7 @@ Video Disk Recorder Revision History
- Modified editing marks are now written to disk whenever the replay progress display
gets hidden (thanks to Christoph Haubrich).
-2012-12-02: Version 1.7.33
+2012-12-03: Version 1.7.33
- In order to be able to play TS recordings from other sources, in which there is
more than one PMT PID in the PAT, 'int cPatPmtParser::PatPmt(void)' has been changed
@@ -7358,3 +7358,4 @@ Video Disk Recorder Revision History
- Fixed a typo in skins.h (thanks to Lars Hanisch).
- Simplified calculating the PTS offset in cPtsFixer::Fix() and fixed the overflow
handling of PCR values (thanks to Sören Moch).
+- Fixed calling iconv_close() only with a valid iconv_t value (thanks to Juergen Lock).