From 830a66d97f7564980c522c410fae75ce38534117 Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 1 Jul 2003 23:17:10 +0000 Subject: Still store timing git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1155 f38db490-d61c-443f-a65b-d21fe96a405b --- file.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'file.c') diff --git a/file.c b/file.c index bd9084065..f0d324255 100755 --- a/file.c +++ b/file.c @@ -527,9 +527,8 @@ static int ast_readaudio_callback(void *data) if (s->owner->timingfd > -1) ast_settimeout(s->owner, whennext, ast_readaudio_callback, s); else -#else - s->owner->streamid = ast_sched_add(s->owner->sched, whennext/8, ast_readaudio_callback, s); #endif + s->owner->streamid = ast_sched_add(s->owner->sched, whennext/8, ast_readaudio_callback, s); s->lasttimeout = whennext; return 0; } -- cgit v1.2.3