diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-08-12 10:37:58 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-08-12 10:37:58 +0200 |
commit | 33e5ef3a5867998bec1bb3d8d7c8b6597cc1393b (patch) | |
tree | 09c242a9b2fddda6dd5cb6f317228250e568ab8b /HISTORY | |
parent | b12403458e20fbd3d8201f9c14a5bd8dffb854ee (diff) | |
download | vdr-33e5ef3a5867998bec1bb3d8d7c8b6597cc1393b.tar.gz vdr-33e5ef3a5867998bec1bb3d8d7c8b6597cc1393b.tar.bz2 |
The list of tracks given in cStatus::SetAudioTrack() is now NULL terminated
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5330,3 +5330,6 @@ Video Disk Recorder Revision History code of the selected OSD language (e.g. en_US). If Setup.OSDLanguage is not set to a particular locale that is found in VDR's locale directory, the locale as defined in the system environment is used by default. +- The list of tracks given in cStatus::SetAudioTrack() is now NULL terminated, + so that plugins can actually use all the strings in the list, not just the + one pointed to by Index (thanks to Alexander Rieger). |