From 26a57a166850aa9ef6a7bbdb765eadd49b773c96 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 17 Oct 2013 13:56:19 +0200 Subject: [PATCH] More fixes. --- src/controller/controller_streams.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/controller/controller_streams.cpp b/src/controller/controller_streams.cpp index 4836cf05..ec4a46ab 100644 --- a/src/controller/controller_streams.cpp +++ b/src/controller/controller_streams.cpp @@ -73,9 +73,7 @@ namespace Controller { std::string mistfix = Util::getMyPath() + "MistDTSCFix"; tmp_cmd[0] = (char*)mistfix.c_str(); tmp_cmd[1] = (char*)URL.c_str(); - int out = 1; - int err = 2; - Util::Procs::StartPiped("MistFixer", tmp_cmd, 0, &out, &err); + Util::Procs::getOutputOf(tmp_cmd); data.removeMember("meta"); } if (Util::epoch() - lastBuffer[name] > 5){