projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2161a25
)
spacing update
author
Anthony LaMantia
<alamantia@digium.com>
Thu, 31 Aug 2006 21:12:26 +0000
(21:12 +0000)
committer
Anthony LaMantia
<alamantia@digium.com>
Thu, 31 Aug 2006 21:12:26 +0000
(21:12 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41648
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_record.c
patch
|
blob
|
history
diff --git
a/apps/app_record.c
b/apps/app_record.c
index
be2f369
..
231e2bb
100644
(file)
--- a/
apps/app_record.c
+++ b/
apps/app_record.c
@@
-303,7
+303,8
@@
static int record_exec(struct ast_channel *chan, void *data)
} else if ((f->frametype == AST_FRAME_DTMF) &&
(f->subclass == terminator)) {
res = ast_writestream(s,f);
- if(res) {
+
+ if (res) {
ast_log(LOG_WARNING,"Problem writing final record frame\n");
}
ast_frfree(f);