diff options
author | David Walter Seikel | 2014-07-13 16:35:06 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-07-13 16:35:06 +1000 |
commit | 59294295739d47dabd8c6e33f35e96a74bf386d8 (patch) | |
tree | 12845598a1c0ba3a176fadacbcfca4bcc5f74ec5 /src | |
parent | A couple more useful links for BVH files. (diff) | |
download | SledjHamr-59294295739d47dabd8c6e33f35e96a74bf386d8.zip SledjHamr-59294295739d47dabd8c6e33f35e96a74bf386d8.tar.gz SledjHamr-59294295739d47dabd8c6e33f35e96a74bf386d8.tar.bz2 SledjHamr-59294295739d47dabd8c6e33f35e96a74bf386d8.tar.xz |
TODO++
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; |