Fixed VPS handling when spawning a pattern timer, in case Setup.UseVps is false

This commit is contained in:
Klaus Schmidinger
2021-01-07 16:00:17 +01:00
parent eebcc57079
commit f1836af0b0
3 changed files with 7 additions and 3 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-04:
2021-01-07:
- 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
@@ -9589,3 +9589,5 @@ Video Disk Recorder Revision History
- Fixed handling $(PKG_CONFIG) in newplugin (thanks to Winfried K<>hler).
- Fixed initializing the cChannel::schedule pointer after reading EPG data with PUTE
(reported by Manuel Reimer).
- Fixed VPS handling when spawning a pattern timer, in case Setup.UseVps is false
(reported by J<>rgen Schneider).