Fixed handling $(PKG_CONFIG) in newplugin

This commit is contained in:
Klaus Schmidinger
2021-01-02 14:32:20 +01:00
parent 3f3e47d280
commit be9eff0fad
3 changed files with 5 additions and 3 deletions

View File

@@ -9569,7 +9569,7 @@ Video Disk Recorder Revision History
- Events in the past are no longer marked as having a timer in the Schedules
menu.
2021-01-01:
2021-01-02:
- 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
@@ -9577,3 +9577,4 @@ Video Disk Recorder Revision History
- Using strgetlast() in more places.
- Fixed a crash in the SVDRP command CLRE in case a non-existing channel number is
given (reported by Manuel Reimer).
- Fixed handling $(PKG_CONFIG) in newplugin (thanks to Winfried K<>hler).