summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-15 15:46:07 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-15 15:46:07 +0100
commita81e3699d13527ac8651969ddf0e0e411915d313 (patch)
treecd5655fa13522d41c545acb0ed06d8ac9269be3a /HISTORY
parent9495aa9923fed16aeb6f49c69ccd249b9e17dba7 (diff)
downloadvdr-a81e3699d13527ac8651969ddf0e0e411915d313.tar.gz
vdr-a81e3699d13527ac8651969ddf0e0e411915d313.tar.bz2
Limiting the length of the recording name in timers in case VDR is run with --vfat (replaces the previous change to svdrp.c)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY6
1 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index ebdc2e4d..56740ac3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5613,9 +5613,9 @@ Video Disk Recorder Revision History
- Fixed detecting directories in cFileNameList::Load().
- Running the thread that removes deleted recordings at a low priority to (maybe)
avoid stuttering replay in case the thread is run during replay.
-- Limiting the length of the recording name in timers created via SVDRP in case VDR
- is run with --vfat, in order to avoid names that are too long for Windows
- (suggested by Rolf Ahrenberg).
+- Limiting the length of the recording name in timers in case VDR is run with
+ --vfat, in order to avoid names that are too long for Windows (suggested by Rolf
+ Ahrenberg).
- Using cString::sprintf() instead of asprintf() (thanks to Wolfgang Rohdewald
for pointing out a possible problem if the return value is not checked).
Plugin authors may want to consider doing the same. For convenience there is now