Fixed a signed character used as index in cBase64Encoder::NextLine()

This commit is contained in:
Klaus Schmidinger
2008-03-05 17:25:44 +01:00
parent 620eb8150b
commit f040eed489
3 changed files with 5 additions and 2 deletions

View File

@@ -5703,3 +5703,5 @@ Video Disk Recorder Revision History
SI data on the Czech/Slovak channels, which actually do follow the standard).
Users who want to set the default character set to something different can do wo
through "export VDR_CHARSET_OVERRIDE=ISO-8859-9".
- Fixed a signed character used as index in cBase64Encoder::NextLine() (thanks
to Tobias Grimm).