aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-01 23:13:05 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-07-01 23:13:05 +0000
commit738a1e3854e85ab12c0a5ee580c2e11d44c29e90 (patch)
treed5779abb1e0f60e7956cdc4b81fc22481be08701 /file.c
parent185a873131b0486bff01f62d05b8cd8a328a5241 (diff)
Fix typo
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1154 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'file.c')
-rwxr-xr-xfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index fa0eb259d..bd9084065 100755
--- a/file.c
+++ b/file.c
@@ -524,7 +524,7 @@ static int ast_readaudio_callback(void *data)
}
if (whennext != s->lasttimeout) {
#ifdef ZAPTEL_OPTIMIZATIONS
- if (s->timingfd > -1)
+ if (s->owner->timingfd > -1)
ast_settimeout(s->owner, whennext, ast_readaudio_callback, s);
else
#else