mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
change string terminator check
This commit is contained in:
@@ -602,7 +602,7 @@ namespace OpenSim.Framework
|
||||
}
|
||||
|
||||
static char[] seps = new char[] { '\t', '\n' };
|
||||
static char[] stringseps = new char[] { '|', '\t', '\n' };
|
||||
static char[] stringseps = new char[] { '|', '\n' };
|
||||
|
||||
static byte[] moronize = new byte[16]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user