This commit is contained in:
Cinder Roxley
2024-06-30 17:12:54 -05:00
parent 762876802f
commit f577dc0e86
17 changed files with 52 additions and 41 deletions

View File

@@ -69,7 +69,7 @@ namespace GridProxy
logLogin = true;
else if (arg.Substring(0, 2) == "--")
{
int ipos = arg.IndexOf("=", StringComparison.Ordinal);
int ipos = arg.IndexOf('=');
if (ipos != -1)
{
string sw = arg.Substring(0, ipos);