1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00

Fixes pointed out by @zrax and @hoikas.

This commit is contained in:
Darryl Pogue
2013-01-05 14:08:08 -08:00
parent 6681b1d596
commit a8126757f8
13 changed files with 15 additions and 14 deletions

View File

@ -67,7 +67,6 @@ struct plUUIDHelper
void plUUID::Clear()
{
uuid_t g;
//plUUIDHelper::CopyToNative( g, this );
uuid_clear( g );
plUUIDHelper::CopyToPlasma( this, g );
}