mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Some minor cleanup for readability
This commit is contained in:
@ -90,7 +90,7 @@ bool plUUID::FromString( const char * str )
|
||||
|
||||
bool plUUID::ToString( plString & out ) const
|
||||
{
|
||||
out = plString();
|
||||
out = "";
|
||||
unsigned char * ubuf;
|
||||
RPC_STATUS s;
|
||||
s = UuidToString( (GUID *) this, &ubuf );
|
||||
|
Reference in New Issue
Block a user