aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/love
diff options
context:
space:
mode:
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);