diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-02 10:51:46 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-03-02 10:51:46 +0100 |
commit | 1e3f6d6da29572426d5fd2fd922af9cc5219b285 (patch) | |
tree | 85a89f35bb78e82ed67eb481b18c2f79acf6b94b /HISTORY | |
parent | c8808a854b58a6370baba41a8a0de97f1d4f73fd (diff) | |
download | vdr-1e3f6d6da29572426d5fd2fd922af9cc5219b285.tar.gz vdr-1e3f6d6da29572426d5fd2fd922af9cc5219b285.tar.bz2 |
Replaced min(max()) calls with the new function constrain()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(). |