From: Mark Spencer Date: Sun, 18 Jul 2004 15:58:57 +0000 (+0000) Subject: Need actual offset space (bug #2076) X-Git-Tag: 1.0.0-rc2~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9be9eb5a893fc7731590651cded15c61f940043;p=thirdparty%2Fasterisk.git Need actual offset space (bug #2076) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3469 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/indications.c b/indications.c index a626d17f3f..9598c5438a 100755 --- a/indications.c +++ b/indications.c @@ -51,6 +51,7 @@ struct playtones_state { int pos; int origwfmt; struct ast_frame f; + unsigned char offset[AST_FRIENDLY_OFFSET]; short data[4000]; };