mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
clean some extra space chars
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user