diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-01-26 13:35:52 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-01-26 13:35:52 +0100 |
commit | 1ebfeda1d2cb1a6431c6a0ce36979e842188e466 (patch) | |
tree | c44cda3ed99894a94e313ba58312369a7ed4fc7a /CONTRIBUTORS | |
parent | aec92c1334c29c3f2c94f87c41a4dd5cc7dca0f9 (diff) | |
download | vdr-1ebfeda1d2cb1a6431c6a0ce36979e842188e466.tar.gz vdr-1ebfeda1d2cb1a6431c6a0ce36979e842188e466.tar.bz2 |
Now using cPipe instead of popen() in cCommand::Execute()
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2f5581ef..aeb7df4b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1114,6 +1114,8 @@ Reinhard Nissl <rnissl@gmx.de> for changing the behaviour when hitting the end of a recording in fast forward mode for suggesting to give the cRemote::CallPlugin() function a boolean return value for fixing a possible crash in remux.c on 64-bit machines + for making cCommand::Execute() use cPipe instead of popen() to avoid problems + with open file handles when starting background commands Richard Robson <richard_robson@beeb.net> for reporting freezing replay if a timer starts while in Transfer Mode from the |