diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/love/love.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
172 | 172 | ||
173 | // Borrowed from toybox, though it's real slow. | 173 | // Borrowed from toybox, though it's real slow. |
174 | // TODO - Replace this quick and dirty llGetNotecardLine() with something using mmap and cached files that assumes more lines will be read soon. | 174 | // TODO - Replace this quick and dirty llGetNotecardLine() with something using mmap and cached files that assumes more lines will be read soon. |
175 | // Keep the mmap and stuff around until a call to dataserver with a notecard line DOESN'T request a new line. | ||
175 | char *get_rawline(int fd, long *plen, char end) | 176 | char *get_rawline(int fd, long *plen, char end) |
176 | { | 177 | { |
177 | char c, *buf = NULL; | 178 | char c, *buf = NULL; |