]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Change zap_buffer_read_loop() to always try to read the full amount of bytes we wante...
authorStefan Knoblich <stkn@freeswitch.org>
Sat, 6 Sep 2008 20:41:50 +0000 (20:41 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Sat, 6 Sep 2008 20:41:50 +0000 (20:41 +0000)
commit081cc2e75b93cebc3073e5ed94c52dca091243db
tree7cd2f08d13d943c5d3578ba4002029e7b7f91495
parent82318fc434793ca0fd31cfc186e6cabe8b0a89bd
Change zap_buffer_read_loop() to always try to read the full amount of bytes we wanted to get; add zap_buffer_seek() to skip n bytes from the beginning of the buffer (zap_buffer_toss works relative to the current position only)

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@539 a93c3328-9c30-0410-af19-c9cd2b2d52af
libs/freetdm/src/include/zap_buffer.h
libs/freetdm/src/zap_buffer.c