mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-27 06:31:54 +00:00
small typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41647 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -304,7 +304,7 @@ static int record_exec(struct ast_channel *chan, void *data)
|
|||||||
(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 recoard frame\n");
|
ast_log(LOG_WARNING,"Problem writing final record frame\n");
|
||||||
}
|
}
|
||||||
ast_frfree(f);
|
ast_frfree(f);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user