mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
== string.Empty is .Lenght == 0
This commit is contained in:
@@ -62,7 +62,7 @@ namespace OpenSim.Framework
|
||||
str += "T";
|
||||
if ((perms & (int)PermissionMask.Export) != 0)
|
||||
str += "X";
|
||||
if (str == "")
|
||||
if (str.Length == 0)
|
||||
str = ".";
|
||||
return str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user