clean some extra space chars

0.9.0.1-postfixes
UbitUmarov 2017-12-30 15:46:32 +00:00
parent 8032898773
commit a7803409f6
1 changed files with 1 additions and 1 deletions

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;