Skip to content
Snippets Groups Projects
Commit f0e321b8 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

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
parent db24fc25
No related branches found
No related tags found
No related merge requests found
......@@ -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]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment