From 7be01b8aba2e70de32a910f8ccce0553bed370fb Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 14 Aug 2014 06:35:12 +1000 Subject: Don't have LSL argument names the same as type LSL names. --- lib/LSL.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/LSL.lua b/lib/LSL.lua index 94d2417..0f5e9ec 100644 --- a/lib/LSL.lua +++ b/lib/LSL.lua @@ -1384,7 +1384,7 @@ newFunc("integer", "osListenRegex", "integer channelID", "string name", "string newFunc("", "osMessageObject", "key objectUUID", "string message") -- OS grid functions -newFunc("string", "osGetGridCustom", "string key") +newFunc("string", "osGetGridCustom", "string k") newFunc("string", "osGetGridGatekeeperURI") newFunc("string", "osGetGridHomeURI") newFunc("string", "osGetGridLoginURI") -- cgit v1.1