signedness
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5096 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ea650b51bd
commit
0e5a4f525d
|
@ -216,7 +216,7 @@ stfu_frame_t *stfu_n_read_a_frame(stfu_instance_t *i)
|
|||
frame = &i->out_queue->array[index];
|
||||
|
||||
if (frame->ts != should_have) {
|
||||
int tried = 0;
|
||||
unsigned int tried = 0;
|
||||
for (index2 = 0; index2 < i->out_queue->array_len; index2++) {
|
||||
if (i->out_queue->array[index2].was_read) {
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue