mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
== string.Empty is .Lenght == 0
This commit is contained in:
@@ -1304,7 +1304,7 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
foreach(string st in stlines)
|
||||
{
|
||||
string stline = st.Trim();
|
||||
if(stline == "")
|
||||
if(stline.Length == 0)
|
||||
continue;
|
||||
|
||||
// strip 'at' off the front of line
|
||||
|
||||
Reference in New Issue
Block a user