diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-08-13 11:16:41 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-08-13 11:16:41 +0200 |
commit | ef611229f39c1792f045002906443622f63987f1 (patch) | |
tree | 920f71e9c0b5a08cb023323539e1b0f661a3d1ec /HISTORY | |
parent | 67e7f93d294ecd94114a2ae97232caf4452327f3 (diff) | |
download | vdr-ef611229f39c1792f045002906443622f63987f1.tar.gz vdr-ef611229f39c1792f045002906443622f63987f1.tar.bz2 |
Implemented static cIndexFile::IndexFileName()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6650,7 +6650,7 @@ Video Disk Recorder Revision History - Added support for "content identifier descriptor" and "default authority descriptor" to 'libsi' (thanks to Dave Pickles). -2011-08-12: Version 1.7.20 +2011-08-13: Version 1.7.20 - Added some missing 'const' to tChannelID (reported by Sundararaj Reel). - The isnumber() function now checks the given pointer for NULL (thanks to Holger @@ -6678,3 +6678,4 @@ Video Disk Recorder Revision History case insensitive sorting (suggested by Sundararaj Reel). - Now scanning new transponders before old ones, to make sure transponder changes are recognized (thanks to Reinhard Nissl). +- Implemented static cIndexFile::IndexFileName(). |