aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/love
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-16 18:50:58 +1000
committerDavid Walter Seikel2014-05-16 18:50:58 +1000
commit75ec0ae19c3e901bc534208084080c15fe111de7 (patch)
tree3049758b7c4149d6a560028f21a8220b1e6c4990 /src/love
parentAdd a stub LSLGuiMess Lua script. (diff)
downloadSledjHamr-75ec0ae19c3e901bc534208084080c15fe111de7.zip
SledjHamr-75ec0ae19c3e901bc534208084080c15fe111de7.tar.gz
SledjHamr-75ec0ae19c3e901bc534208084080c15fe111de7.tar.bz2
SledjHamr-75ec0ae19c3e901bc534208084080c15fe111de7.tar.xz
Typo--
Diffstat (limited to 'src/love')
-rw-r--r--src/love/love.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/love/love.c b/src/love/love.c
index 113118c..ee77945 100644
--- a/src/love/love.c
+++ b/src/love/love.c
@@ -331,7 +331,7 @@ static Eina_Bool _dataLuaSL(void *data, int type, Ecore_Con_Event_Server_Data *e
331 if (0 == strcmp(buf, ownerKey)) 331 if (0 == strcmp(buf, ownerKey))
332 temp = ownerName; 332 temp = ownerName;
333 else 333 else
334 temp = "Unkown User"; 334 temp = "Unknown User";
335 // TODO - Sanitize the name, no telling what weird shit people put in their names. 335 // TODO - Sanitize the name, no telling what weird shit people put in their names.
336 snprintf(buf, sizeof(buf), "return \"%s\"", temp); 336 snprintf(buf, sizeof(buf), "return \"%s\"", temp);
337 sendForth(ourGlobals->serverLuaSL, SID, buf); 337 sendForth(ourGlobals->serverLuaSL, SID, buf);