From 0a766bc257ea0c37a9825aac4b38fff77ffe0803 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 27 Jan 2007 11:48:54 +0100 Subject: [PATCH] Now using cPipe instead of popen() in cCommand::Execute() --- HISTORY | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY b/HISTORY index 621b0dc7..758e4e54 100644 --- a/HISTORY +++ b/HISTORY @@ -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).