summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-06-15 10:00:40 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-06-15 10:00:40 +0200
commit3644347545b0ff57d1a9f854cb81c8c5f6b77915 (patch)
tree13628cd9d00dfeffd8b0456f5d0da2b1e2263b4b /HISTORY
parent4a98f3378224a2be1fb87ccb1ec45f503d1decc7 (diff)
downloadvdr-3644347545b0ff57d1a9f854cb81c8c5f6b77915.tar.gz
vdr-3644347545b0ff57d1a9f854cb81c8c5f6b77915.tar.bz2
Added some comment to cDevice::GetDevice()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 5b37632b..98b7d69e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4788,3 +4788,5 @@ Video Disk Recorder Revision History
- Added "-fPIC" to the compiler options in Make.config.template when compiling
plugins (thanks to Udo Richter). If you use your own Make.config file, you may
want to add these lines there, too.
+- Added some comment to cDevice::GetDevice() to explain how the individual
+ conditions are put together to make a decision on which device to use.