diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llui/llkeywords.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llui/llkeywords.cpp b/indra/llui/llkeywords.cpp index d738d5127f..5305826c8a 100644 --- a/indra/llui/llkeywords.cpp +++ b/indra/llui/llkeywords.cpp @@ -145,8 +145,7 @@ std::string LLKeywords::getArguments(LLSD& arguments)  		LLSD::map_iterator argsIt = arguments.beginMap();  		for ( ; argsIt != arguments.endMap(); ++argsIt)  		{ -				LLSD arg = argsIt->second; -				args += arg.get("type").asString() + " " + argsIt->first; +				args += argsIt->second.get("type").asString() + " " + argsIt->first;  				if (count-- > 1)  				{  					args += ", ";  | 
