mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Parise oops
This commit is contained in:
parent
6e44e538dd
commit
4e655f1efd
@ -1924,6 +1924,7 @@ expand_makeguid(const string ¶ms) {
|
||||
|
||||
unsigned int len = names[0].size();
|
||||
unsigned char *name = new unsigned char[len];
|
||||
memcpy(name, names[0].c_str(), len);
|
||||
MD5Init(&context);
|
||||
MD5Update(&context, name, len);
|
||||
MD5Final(digest, &context);
|
||||
|
Loading…
x
Reference in New Issue
Block a user