Fixed converting summary.vdr files that would result in a very long 'short text'

This commit is contained in:
Klaus Schmidinger
2005-09-10 12:46:01 +02:00
parent 1241db48d3
commit 1c9d172bc9
4 changed files with 29 additions and 3 deletions

View File

@@ -3747,7 +3747,7 @@ Video Disk Recorder Revision History
- The new SVDRP command EDIT can be used to start the editing process of a recording
(based on the CUTR patch by Harald Milz).
2005-09-09: Version 1.3.32
2005-09-10: Version 1.3.32
- Added some missing braces in remux.c (thanks to Wayne Keer for reporting this one).
- Removed unused MAINMENUENTRY from svdrpdemo.c (thanks to Udo Richter for reporting
@@ -3802,3 +3802,5 @@ Video Disk Recorder Revision History
reporting this one).
- Fixed defining timers that only differ in the day of week (thanks to Patrick
Rother for reporting this one).
- Fixed converting summary.vdr files that would result in a very long 'short text'
(thanks to Carsten Koch).