* Updates Message decoder method to match the output of the Packet decoder
* Other decoder cleanup and enhancements git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2974 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -1470,7 +1470,7 @@ namespace OpenMetaverse.Packets
|
||||
{
|
||||
var p = propertyInfo.GetValue(nestedArrayRecord, null);
|
||||
string s = Utils.BytesToString((byte[])p);
|
||||
|
||||
/* Leave the c for now at the end, it signifies something useful that still needs to be done */
|
||||
result.AppendFormat("{0, 30}: {1,-40} [{2}]c" + Environment.NewLine,
|
||||
propertyInfo.Name,
|
||||
Utils.BytesToString((byte[])propertyInfo.GetValue(nestedArrayRecord, null)),
|
||||
|
||||
Reference in New Issue
Block a user