Now making sure a spawned timer only fully overlaps the given event

This commit is contained in:
Klaus Schmidinger
2021-01-19 13:21:51 +01:00
parent 2f6ce68ca7
commit 1b1465a677
3 changed files with 18 additions and 4 deletions

View File

@@ -9578,7 +9578,7 @@ Video Disk Recorder Revision History
given (reported by Manuel Reimer).
- Fixed handling $(PKG_CONFIG) in newplugin (thanks to Winfried K<>hler).
2021-01-18:
2021-01-19:
- Fixed strreplace() to handle NULL strings (reported by J<>rgen Schneider).
- Somewhere down the road the 'x' bit of Doxyfile.filter got lost, so the
@@ -9601,3 +9601,5 @@ Video Disk Recorder Revision History
(thanks to Peter Bieringer).
- Fixed setting the 'title' of a recording's info to the recording's name if there
is no info file (the change in version 1.7.28 broke the fallback to the old 'summary.vdr').
- Now making sure a spawned timer only fully overlaps the given event (reported by
J<>rgen Schneider).