summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-03-02 10:51:46 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-03-02 10:51:46 +0100
commit1e3f6d6da29572426d5fd2fd922af9cc5219b285 (patch)
tree85a89f35bb78e82ed67eb481b18c2f79acf6b94b /HISTORY
parentc8808a854b58a6370baba41a8a0de97f1d4f73fd (diff)
downloadvdr-1e3f6d6da29572426d5fd2fd922af9cc5219b285.tar.gz
vdr-1e3f6d6da29572426d5fd2fd922af9cc5219b285.tar.bz2
Replaced min(max()) calls with the new function constrain()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index fbcc0760..75a790be 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6946,3 +6946,4 @@ Video Disk Recorder Revision History
has been changed to IDLEPRIORITY.
- Added a Query parameter to cDevice::GetDevice(), so that devices can be queried
without side effects when zapping.
+- Replaced min(max()) calls with the new function constrain().