From 822db877d3c68ecc0471149787a23aa458a7e300 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Fri, 15 Oct 2010 01:08:34 +0000 Subject: [PATCH] Docu fix git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3454 52acb1d6-8a22-11de-b505-999d5b087335 --- OpenMetaverse.StructuredData/LLSD/BinaryLLSD.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenMetaverse.StructuredData/LLSD/BinaryLLSD.cs b/OpenMetaverse.StructuredData/LLSD/BinaryLLSD.cs index ade84b67..1c66082f 100644 --- a/OpenMetaverse.StructuredData/LLSD/BinaryLLSD.cs +++ b/OpenMetaverse.StructuredData/LLSD/BinaryLLSD.cs @@ -87,6 +87,7 @@ namespace OpenMetaverse.StructuredData /// Deserializes binary LLSD /// /// Serialized data + /// Treat LLSD binary header as optional /// OSD containting deserialized data public static OSD DeserializeLLSDBinary(byte[] binaryData, bool headerOptional) {