Archived
14
0
Fork 0

spacing update

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41648 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
anthonyl 2006-08-31 21:12:26 +00:00
parent 08746f779d
commit 2ea46c1628

View file

@ -303,7 +303,8 @@ static int record_exec(struct ast_channel *chan, void *data)
} else if ((f->frametype == AST_FRAME_DTMF) && } else if ((f->frametype == AST_FRAME_DTMF) &&
(f->subclass == terminator)) { (f->subclass == terminator)) {
res = ast_writestream(s,f); res = ast_writestream(s,f);
if(res) {
if (res) {
ast_log(LOG_WARNING,"Problem writing final record frame\n"); ast_log(LOG_WARNING,"Problem writing final record frame\n");
} }
ast_frfree(f); ast_frfree(f);