summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-11-06 15:35:01 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-11-06 15:35:01 +0100
commitd563468aecb06ab8c6201c405e8dddb0b627f4a5 (patch)
tree1e3eabccfc1551f5bb1719aae1f5f6240d515a1b /HISTORY
parent40336edc2a92e283dbb35fce2083aa03fea9efdc (diff)
downloadvdr-d563468aecb06ab8c6201c405e8dddb0b627f4a5.tar.gz
vdr-d563468aecb06ab8c6201c405e8dddb0b627f4a5.tar.bz2
Fixed a typo
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 1 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 1bcc2cf6..f5d63de8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3930,7 +3930,7 @@ Video Disk Recorder Revision History
to Andreas Mair for reporting a problem with extremely long summary fields
in timers).
- cSVDRP now dynamically allocates its command buffer in order to handle
- commands of any length. The MAXPARSEBUFFER macros is now obsolete and has
+ commands of any length. The MAXPARSEBUFFER macro is now obsolete and has
been removed. If a plugin has used that macro, it should either define
a buffer size of its own, or use cReadLine when reading files.
- Fixed a race condition in the SPU decoder (thanks to Marco Schlüßler).