summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-02-02 14:04:10 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-02-02 14:04:10 +0100
commit659f67f04fa5586f530fe00457bfcbdce566fb31 (patch)
tree00b2dc19037e900513cf5934f42d9d714c347099 /HISTORY
parente2d0f3f8453750ce0de8a02289fe58161c2c505e (diff)
downloadvdr-659f67f04fa5586f530fe00457bfcbdce566fb31.tar.gz
vdr-659f67f04fa5586f530fe00457bfcbdce566fb31.tar.bz2
Fixed cCamSlot::Assign(), so that it actually ignores the value of Query if Device is NULL (as described in the header file)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 48f2e998..8f85d088 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8471,3 +8471,5 @@ Video Disk Recorder Revision History
only halve the skip distance when the direction changes. That way you can reach the
desired point in a recording even if you make one too many skips in a certain
direction (see MANUAL for details).
+- Fixed cCamSlot::Assign(), so that it actually ignores the value of Query if Device
+ is NULL (as described in the header file).