From fa1247f83f946b81e23f3c9a623f07133e4c1384 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 4 Oct 2005 20:34:36 +0000 Subject: correct typo git-svn-id: http://svn.digium.com/svn/zaptel/trunk@789 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaptel.c b/zaptel.c index 1a79860..c1a3248 100755 --- a/zaptel.c +++ b/zaptel.c @@ -5247,7 +5247,7 @@ static void __zt_hooksig_pvt(struct zt_chan *chan, zt_rxsig_t rxsig) } else if (rxsig == ZT_RXSIG_OFFHOOK) { if (chan->itimer) { /* did the offhook occur in the window? if not, ignore both events */ - if (chan->itimer <= ((ZT_FXSFLASHMAXTIME - ZTFXSFLASHMINTIME) * ZT_CHUNKSIZE)) + if (chan->itimer <= ((ZT_FXSFLASHMAXTIME - ZT_FXSFLASHMINTIME) * ZT_CHUNKSIZE)) __qevent(chan, ZT_EVENT_WINKFLASH); } chan->itimer = 0; -- cgit v1.2.3