Attempting a fix for the previous commit

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3186 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2009-10-29 06:42:40 +00:00
parent 122c063994
commit e78f2e8b66

View File

@@ -377,6 +377,6 @@ namespace OpenMetaverse
public static readonly UUID Zero = new UUID();
/// <summary>A cache of UUID.Zero as a string to optimize a common path</summary>
private static readonly string ZeroString = UUID.Zero.ToString();
private static readonly string ZeroString = Guid.Empty.ToString();
}
}