mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 02:51:27 +00:00
Get rid of GuidGenerate calls.
This commit is contained in:
@ -976,9 +976,9 @@ void NetVaultNodeFieldArray::GetFieldValueString_LCS (
|
||||
case NetVaultNode::kUuid_2:
|
||||
case NetVaultNode::kUuid_3:
|
||||
case NetVaultNode::kUuid_4: {
|
||||
wchar_t tmp[64];
|
||||
GuidToHex(*(Uuid *)fieldAddr, tmp, arrsize(tmp));
|
||||
StrPrintf(dst, dstChars, L"hextoraw('%s')", tmp);
|
||||
plString tmp = plUUID(fieldAddr).AsString();
|
||||
|
||||
StrPrintf(dst, dstChars, L"hextoraw('%s')", tmp.c_str());
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user