summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
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 /CONTRIBUTORS
parentfd839aae7b0a443db6f0eab59fcc93f03aafd0ba (diff)
downloadvdr-305abd449f33d3885d2167c05f33d3144ee05d15.tar.gz
vdr-305abd449f33d3885d2167c05f33d3144ee05d15.tar.bz2
Now using 'ftw()' instead of an external 'find' to collect recordings
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 7a077b69..38084be7 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -175,3 +175,6 @@ Stephan Schreiber <stephan@sschreiber.de>
Lauri Pesonen <lauri.pesonen@firsthop.com>
for avoiding linking in 'libncurses' if compiling without DEBUG_OSD=1 and
REMOTE=KBD
+
+Emil Naepflein <Emil.Naepflein@philosys.de>
+ for his hint about the 'ftw()' library function