summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-01-20 16:47:09 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-01-20 16:47:09 +0100
commit305abd449f33d3885d2167c05f33d3144ee05d15 (patch)
tree4540162e082ea1224d2c3a9d2ef1e2b6476aa496 /HISTORY
parentfd839aae7b0a443db6f0eab59fcc93f03aafd0ba (diff)
downloadvdr-305abd449f33d3885d2167c05f33d3144ee05d15.tar.gz
vdr-305abd449f33d3885d2167c05f33d3144ee05d15.tar.bz2
Now using 'ftw()' instead of an external 'find' to collect recordings
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 7b71a7b7..2ae78f37 100644
--- a/HISTORY
+++ b/HISTORY
@@ -900,3 +900,6 @@ Video Disk Recorder Revision History
subdirectories for the recordings. This can be controlled through the
"RecordingDirs" parameter in the "Setup" menu.
See "MANUAL/Replaying a Recording" for details.
+- Now using a call to the 'ftw()' library function instead of an external 'find'
+ command to collect the recordings (thanks to Emil Naepflein for his hint about
+ this function).