From 59294295739d47dabd8c6e33f35e96a74bf386d8 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jul 2014 16:35:06 +1000 Subject: TODO++ --- src/love/love.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/love/love.c b/src/love/love.c index 9c24cd3..b9769a1 100644 --- a/src/love/love.c +++ b/src/love/love.c @@ -172,6 +172,7 @@ static Eina_Bool _addLuaSL(void *data, int type, Ecore_Con_Event_Server_Add *ev) // Borrowed from toybox, though it's real slow. // TODO - Replace this quick and dirty llGetNotecardLine() with something using mmap and cached files that assumes more lines will be read soon. +// Keep the mmap and stuff around until a call to dataserver with a notecard line DOESN'T request a new line. char *get_rawline(int fd, long *plen, char end) { char c, *buf = NULL; -- cgit v1.1