mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
Advance the data_stream data pointer
This commit is contained in:
@@ -162,6 +162,7 @@ static size_t read_callback(void *ptr, size_t size, size_t nmemb, void *stream)
|
||||
dstream->length = 0;
|
||||
}
|
||||
memmove(ptr, dstream->data, ncur);
|
||||
dstream->data += ncur;
|
||||
return ncur;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user