Restore some variables removed by the 'cppcheck' patch that were actually needed.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354450 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/11.2
Kevin P. Fleming 14 years ago
parent db24fc2523
commit f0e321b88a

@ -18899,6 +18899,9 @@ static int dahdi_sendtext(struct ast_channel *c, const char *text)
int size,res,fd,len,x;
int bytes=0;
/* Initial carrier (imaginary) */
float cr = 1.0;
float ci = 0.0;
float scont = 0.0;
int idx;
if (!text[0]) {

Loading…
Cancel
Save