From 92af12daac8a33db8be0b33335bd79330ced9463 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 4 Nov 2005 17:18:33 +0100 Subject: cReadLine now dynamically allocates its buffer; changed cConfig::Load() to use cReadLine instead of a fixed buffer --- HISTORY | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 4859512e..d242c4a0 100644 --- a/HISTORY +++ b/HISTORY @@ -3924,3 +3924,8 @@ Video Disk Recorder Revision History Sascha Volkenandt). - Fixed a memory leak in cString::operator=() (reported by Sascha Volkenandt). - Updated the Dutch OSD texts (thanks to Maarten Wisse). +- cReadLine now dynamically allocates its buffer, so that it can handle lines + of any length. +- Changed cConfig::Load() to use cReadLine instead of a fixed buffer (thanks + to Andreas Mair for reporting a problem with extremely long summary fields + in timers). -- cgit v1.2.3