mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -801,7 +801,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
tokenValue+=JSON[i];
|
||||
|
||||
// handle escaped double quotes \"
|
||||
if(JSON[i]=='\\' && JSON[i+1]=='"')
|
||||
if (JSON[i]=='\\' && JSON[i+1]=='"')
|
||||
{
|
||||
tokenValue+=JSON[i+1];
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user