This commit is contained in:
Cinder Roxley
2024-07-04 16:26:15 -05:00
parent 7df9068efa
commit 5b6a18d1d3
14 changed files with 39 additions and 44 deletions

View File

@@ -102,7 +102,7 @@ namespace OpenMetaverse.TestClient
{
if (args[3].IndexOf('/') >= 0)
{
char sep = '/';
const char sep = '/';
string[] startbits = args[3].Split(sep);
try
{