diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-01-27 11:48:54 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-01-27 11:48:54 +0100 |
commit | 0a766bc257ea0c37a9825aac4b38fff77ffe0803 (patch) | |
tree | 4348f9329d510fb1d5d3c8c301f0bca1eb38aa9f | |
parent | d46a55a8f14fc257e64f70e20dc7c64b3f549037 (diff) | |
download | vdr-0a766bc257ea0c37a9825aac4b38fff77ffe0803.tar.gz vdr-0a766bc257ea0c37a9825aac4b38fff77ffe0803.tar.bz2 |
Now using cPipe instead of popen() in cCommand::Execute()
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5097,3 +5097,6 @@ Video Disk Recorder Revision History when tuning to an FTA channel, thus preserving the CAM resources even on budget DVB cards (suggested by Petri Helin). - Fixed i18n characters for the Hungarian texts (thanks to Thomas Günther). +- Now using cPipe instead of popen() in cCommand::Execute() to avoid problems + with open file handles when starting background commands (thanks to Reinhard + Nissl). |