From: Anthony Minessale Date: Sun, 10 Aug 2008 02:17:21 +0000 (+0000) Subject: STFU n FIX X-Git-Tag: v1.0.2~1500 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dc0aa090dbc3b3a34588e03188f1e0e580a7219;p=thirdparty%2Ffreeswitch.git STFU n FIX git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9235 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/stfu/stfu.c b/libs/stfu/stfu.c index b4b44f2961..387f2925d7 100644 --- a/libs/stfu/stfu.c +++ b/libs/stfu/stfu.c @@ -125,7 +125,7 @@ static int32_t stfu_n_measure_interval(stfu_queue_t *queue) } for(index = 0; index < STFU_MAX_TRACK; index++) { - if (track[index] > most) { + if (track[index] > track[most]) { most = index; } }