Now using 'ftw()' instead of an external 'find' to collect recordings

This commit is contained in:
Klaus Schmidinger
2002-01-20 16:47:09 +01:00
parent fd839aae7b
commit 305abd449f
6 changed files with 57 additions and 26 deletions

View File

@@ -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).