mirror of
https://github.com/opensim/opensim.git
synced 2026-06-30 02:57:02 +08:00
== string.Empty is .Lenght == 0
This commit is contained in:
@@ -354,7 +354,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
string capUrl;
|
||||
|
||||
// disable the cap clause
|
||||
if (url == "")
|
||||
if (url.Length == 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user