From d563468aecb06ab8c6201c405e8dddb0b627f4a5 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 6 Nov 2005 15:35:01 +0100 Subject: [PATCH] Fixed a typo --- HISTORY | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).