Added a FIXME.

Ryan C. Gordon 2016-08-09 16:58:06 -04:00
parent 3139e5d16b
commit 5de11a5fc5
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ inputCallback(void *inRefCon,
if (len > remaining)
len = remaining;
/* !!! FIXME: why are we copying here? just pass the buffer to the callback? */
SDL_memcpy((char *)this->hidden->buffer + this->hidden->bufferOffset, ptr, len);
ptr += len;
remaining -= len;