mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
Changed: #825 Remove all warnings when compiling Ryzom
This commit is contained in:
parent
bc994d4bec
commit
5da70e5d9d
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ void md5sum_s_s(CStateInstance* entity, CScriptStack& stack)
|
||||||
{
|
{
|
||||||
std::string str = (std::string)stack.top();
|
std::string str = (std::string)stack.top();
|
||||||
|
|
||||||
std::string value = NLMISC::getMD5((uint8*)&str[0], str.size() ).toString();
|
std::string value = NLMISC::getMD5((uint8*)&str[0], (uint32)str.size() ).toString();
|
||||||
nlinfo(value.c_str());
|
nlinfo(value.c_str());
|
||||||
stack.top() = value;
|
stack.top() = value;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue