mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
== string.Empty is .Lenght == 0
This commit is contained in:
@@ -301,7 +301,7 @@ namespace OpenSim.Capabilities.Handlers
|
||||
|
||||
string rawEnd = rangeValues[1];
|
||||
|
||||
if (rawEnd == "")
|
||||
if (rawEnd.Length == 0)
|
||||
{
|
||||
end = -1;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user