mirror of https://github.com/aria2/aria2
Fix compiler warning on 32 bit platform
parent
b0f440e631
commit
826c239ed2
|
@ -129,7 +129,7 @@ std::string DHTNode::toString() const
|
||||||
ipaddr_.c_str(),
|
ipaddr_.c_str(),
|
||||||
port_,
|
port_,
|
||||||
condition_,
|
condition_,
|
||||||
rtt_.count());
|
static_cast<long int>(rtt_.count()));
|
||||||
}
|
}
|
||||||
|
|
||||||
void DHTNode::setID(const unsigned char* id)
|
void DHTNode::setID(const unsigned char* id)
|
||||||
|
|
Loading…
Reference in New Issue