clean some extra space chars

This commit is contained in:
UbitUmarov
2017-12-30 15:46:32 +00:00
parent 8032898773
commit a7803409f6

View File

@@ -326,7 +326,7 @@ namespace OpenSim.Server.Base
}
public static Dictionary<string, object> ParseQueryString(string query)
{
{
string[] terms = query.Split(new char[] {'&'});
int nterms = terms.Length;