summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-02-17 14:02:13 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-02-17 14:02:13 +0100
commit882691e32f4b2488aa23e0844cc6185cd89e3301 (patch)
treecc790e849dea3586c4d959919d8a6731995c03f4 /HISTORY
parentf1eecdeb1c10e51a85a33ed41aacd34a9e2353f0 (diff)
downloadvdr-882691e32f4b2488aa23e0844cc6185cd89e3301.tar.gz
vdr-882691e32f4b2488aa23e0844cc6185cd89e3301.tar.bz2
cReadDir::Next() now skips directory entries "." and ".."
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 6f818079..725450fd 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6884,3 +6884,4 @@ Video Disk Recorder Revision History
- The DVB device adapters/frontends are now probed by scanning the /dev/dvb directory
instead of looping through adapter/frontend numbers. This allows for "holes" in the
device numbering.
+- cReadDir::Next() now skips directory entries "." and "..".