Modernize TestClient

This commit is contained in:
Cinder Biscuits
2019-10-30 20:39:56 -05:00
parent 06887457b5
commit b4929f83e0
7 changed files with 54 additions and 55 deletions

View File

@@ -9,7 +9,7 @@ namespace OpenMetaverse.TestClient
public static string[] ParseArguments(string str)
{
List<string> list = new List<string>();
string current = String.Empty;
string current = string.Empty;
string trimmed = null;
bool withinQuote = false;
bool escaped = false;