file:///srv/subversion/repos/asterisk/branches/10
........
r372372 | rmudgett | 2012-09-05 14:42:17 -0500 (Wed, 05 Sep 2012) | 1 line
Fix compile error.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@372389
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
int i;
s->hits[0] = s->hits[1] = s->hits[2] = s->hits[3] = s->hits[4] = 0;
for (i = 0; i < 6; i++) {
- goertzel_init (&s->tone_out[i], mf_tones[i], MF_SIZE, sample_rate);
+ goertzel_init (&s->tone_out[i], mf_tones[i], MF_GSIZE, sample_rate);
}
s->current_sample = 0;
s->current_hit = 0;