diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-03-05 17:25:44 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-03-05 17:25:44 +0100 |
commit | f040eed489c3b243079e906df3464f99ce64a598 (patch) | |
tree | 369f5ac17f56852e0548f36106c6d7c85e2ba529 /CONTRIBUTORS | |
parent | 620eb8150bd5cf1605c45bfbef018b716e50c544 (diff) | |
download | vdr-f040eed489c3b243079e906df3464f99ce64a598.tar.gz vdr-f040eed489c3b243079e906df3464f99ce64a598.tar.bz2 |
Fixed a signed character used as index in cBase64Encoder::NextLine()
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3d191dc5..8b589c88 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2104,6 +2104,7 @@ Tobias Grimm <tobias.grimm@e-tobi.net> for suggesting that the 'plugins' target in the Makefile should return an error exit code if one of the plugins failed to compile for making the non-breaking space symbol be rendered as a blank + for fixing a signed character used as index in cBase64Encoder::NextLine() Helge Lenz <h.lenz@gmx.de> for reporting a bug in setting the 'Delta' parameter when calling the shutdown |