mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Change DocToBytes to return no trailing whitespace.
This commit is contained in:
@@ -425,7 +425,7 @@ namespace OpenSim.Server.Handlers.Grid
|
||||
doc.WriteTo(xw);
|
||||
xw.Flush();
|
||||
|
||||
return ms.GetBuffer();
|
||||
return ms.ToArray();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user