[Freeswitch-svn] [commit] r7232 - freeswitch/trunk/src
Freeswitch SVN
mikej at freeswitch.org
Mon Jan 14 21:04:11 EST 2008
Author: mikej
Date: Mon Jan 14 21:04:11 2008
New Revision: 7232
Modified:
freeswitch/trunk/src/switch_ivr_async.c
Log:
incrementing the wrong var.
Modified: freeswitch/trunk/src/switch_ivr_async.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr_async.c (original)
+++ freeswitch/trunk/src/switch_ivr_async.c Mon Jan 14 21:04:11 2008
@@ -1073,7 +1073,7 @@
frame = switch_core_media_bug_get_write_replace_frame(bug);
}
- for (i = 0 ; i < cont->index; cont++) {
+ for (i = 0 ; i < cont->index; i++) {
if (cont->list[i].up && teletone_multi_tone_detect(&cont->list[i].mt, frame->data, frame->samples)) {
switch_event_t *event;
More information about the Freeswitch-svn
mailing list