More fixes.

This commit is contained in:
Thulinma 2013-10-17 13:56:19 +02:00
parent e6556b0783
commit 26a57a1668

View file

@ -73,9 +73,7 @@ namespace Controller {
std::string mistfix = Util::getMyPath() + "MistDTSCFix"; std::string mistfix = Util::getMyPath() + "MistDTSCFix";
tmp_cmd[0] = (char*)mistfix.c_str(); tmp_cmd[0] = (char*)mistfix.c_str();
tmp_cmd[1] = (char*)URL.c_str(); tmp_cmd[1] = (char*)URL.c_str();
int out = 1; Util::Procs::getOutputOf(tmp_cmd);
int err = 2;
Util::Procs::StartPiped("MistFixer", tmp_cmd, 0, &out, &err);
data.removeMember("meta"); data.removeMember("meta");
} }
if (Util::epoch() - lastBuffer[name] > 5){ if (Util::epoch() - lastBuffer[name] > 5){