Fixed bug receiving stats in Controller
This commit is contained in:
parent
c9e98abcb6
commit
e912e7dce7
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ int main(int argc, char ** argv){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
it->Received().erase(newlines+2);
|
it->Received().erase(0, newlines+2);
|
||||||
newlines = it->Received().find("\n\n");
|
newlines = it->Received().find("\n\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue