Skip to content

Commit

Permalink
Merge pull request #8 from tindy2013/dev
Browse files Browse the repository at this point in the history
Fix bugs in previous pull request
  • Loading branch information
tindy2013 committed Aug 22, 2019
2 parents e0558c0 + adda671 commit b2f6e45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -725,10 +725,9 @@ int main(int argc, char* argv[])
if(rpcmode)
{
clearTrans();
addTrans("?id?", node.id);
addTrans("?id?", to_string(node.id));
addTrans("?group?", node.group);
addTrans("?remarks?", node.remarks);
addTrans("?index?", to_string(node.id + 1));
printMsgWithDict(SPEEDTEST_MESSAGE_GOTSERVER, rpcmode, dict, trans);
}
singleTest(&node);
Expand Down

0 comments on commit b2f6e45

Please sign in to comment.