Limiting the length of the recording name in timers created via SVDRP in case VDR is run with --vfat

This commit is contained in:
Klaus Schmidinger
2008-02-10 13:41:43 +01:00
parent 5a44b8b801
commit e1eb84db49
3 changed files with 30 additions and 1 deletions

View File

@@ -5613,3 +5613,6 @@ 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).