setting size

pull/12/head
Tom Early 7 years ago
parent 14ff2accc4
commit 1236258b0a

@ -422,8 +422,9 @@ void CQnetGateway::GetIRCDataThread()
if (doFind) {
printf("Finding Routes");
for (auto it=findRoute.begin(); it!=findRoute.end(); it++) {
*it.resize(8, ' ');
ii->findUser(*it);
std::string str(*it);
str.resize(CALL_SIZE, ' ');
ii->findUser(str);
}
doFind = false;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.