Fixed recording overlapping timers on the same channel

This commit is contained in:
Klaus Schmidinger
2002-12-13 15:35:00 +01:00
parent d7d4799236
commit f784d52a39
3 changed files with 10 additions and 10 deletions

View File

@@ -1881,3 +1881,6 @@ Video Disk Recorder Revision History
CXX ?= g++
CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual
- Fixed recording overlapping timers on the same channel in case
DO_REC_AND_PLAY_ON_PRIMARY_DEVICE and/or DO_MULTIPLE_RECORDINGS is not defined
(thanks to Jaakko Hyv<79>tti).