diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-12-13 15:35:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-12-13 15:35:00 +0100 |
commit | f784d52a3999505204c38d4e14ca5674f8f492e7 (patch) | |
tree | d054026c2c5c86a67982578ed345e13be6e5c54c /HISTORY | |
parent | d7d4799236687c5f14c4719c918619d53099081a (diff) | |
download | vdr-f784d52a3999505204c38d4e14ca5674f8f492e7.tar.gz vdr-f784d52a3999505204c38d4e14ca5674f8f492e7.tar.bz2 |
Fixed recording overlapping timers on the same channel
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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ätti). |