Change DocToBytes to return no trailing whitespace.

remotes/origin/0.6.7-post-fixes
Melanie 2009-09-28 13:27:33 +01:00
parent 42746e99bd
commit 0ed7371f3e
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ namespace OpenSim.Server.Handlers.Grid
doc.WriteTo(xw); doc.WriteTo(xw);
xw.Flush(); xw.Flush();
return ms.GetBuffer(); return ms.ToArray();
} }
#endregion #endregion