mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-19 14:08:15 +00:00
fix windows build error
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4620 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e91db628bc
commit
beea6225c1
@ -769,7 +769,7 @@ static void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, v
|
|||||||
conference->async_fnode->done++;
|
conference->async_fnode->done++;
|
||||||
} else {
|
} else {
|
||||||
if (has_file_data) {
|
if (has_file_data) {
|
||||||
int x;
|
switch_size_t x;
|
||||||
for (x = 0; x < file_sample_len; x++) {
|
for (x = 0; x < file_sample_len; x++) {
|
||||||
int32_t z;
|
int32_t z;
|
||||||
int16_t *bptr, *muxed;
|
int16_t *bptr, *muxed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user