When deleting the recording that is currently replayed, the replay is now stopped immediately

This commit is contained in:
Klaus Schmidinger
2008-02-15 16:13:10 +01:00
parent a81e3699d1
commit 6bef17cdec
4 changed files with 17 additions and 6 deletions

View File

@@ -5620,3 +5620,6 @@ Video Disk Recorder Revision History
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
an additional version of cString::sprintf() that accepts a va_list parameter.
- When deleting the recording that is currently replayed, the replay is now
stopped immediately (thanks to Mikko Matilainen for reporting a possible crash
if the Info key is pressed after deleting the currently replayed recording).