Fixed bug receiving stats in Controller

This commit is contained in:
Thulinma 2011-12-04 20:59:13 +01:00
parent c9e98abcb6
commit e912e7dce7

View file

@ -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");
}
}