[Freeswitch-svn] [commit] r9235 - freeswitch/trunk/libs/stfu
Freeswitch SVN
anthm at freeswitch.org
Sat Aug 9 22:17:22 EDT 2008
Author: anthm
Date: Sat Aug 9 22:17:21 2008
New Revision: 9235
Modified:
freeswitch/trunk/libs/stfu/stfu.c
Log:
STFU n FIX
Modified: freeswitch/trunk/libs/stfu/stfu.c
==============================================================================
--- freeswitch/trunk/libs/stfu/stfu.c (original)
+++ freeswitch/trunk/libs/stfu/stfu.c Sat Aug 9 22:17:21 2008
@@ -125,7 +125,7 @@
}
for(index = 0; index < STFU_MAX_TRACK; index++) {
- if (track[index] > most) {
+ if (track[index] > track[most]) {
most = index;
}
}
More information about the Freeswitch-svn
mailing list