Fixed cCamSlot::Assign(), so that it actually ignores the value of Query if Device is NULL (as described in the header file)

This commit is contained in:
Klaus Schmidinger
2015-02-02 14:04:10 +01:00
parent e2d0f3f845
commit 659f67f04f
2 changed files with 4 additions and 2 deletions

View File

@@ -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).