More fixes.
This commit is contained in:
parent
e6556b0783
commit
26a57a1668
1 changed files with 1 additions and 3 deletions
|
@ -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){
|
||||||
|
|
Loading…
Add table
Reference in a new issue