Now using cPipe instead of popen() in cCommand::Execute()

This commit is contained in:
Klaus Schmidinger 2007-01-27 11:48:54 +01:00
parent d46a55a8f1
commit 0a766bc257
1 changed files with 3 additions and 0 deletions

View File

@ -5097,3 +5097,6 @@ Video Disk Recorder Revision History
when tuning to an FTA channel, thus preserving the CAM resources even on budget when tuning to an FTA channel, thus preserving the CAM resources even on budget
DVB cards (suggested by Petri Helin). DVB cards (suggested by Petri Helin).
- Fixed i18n characters for the Hungarian texts (thanks to Thomas Günther). - 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).