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:
6324072
)
fix misplaced } (issue #5518)
author
Russell Bryant
<russell@russellbryant.com>
Wed, 26 Oct 2005 15:02:23 +0000
(15:02 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Wed, 26 Oct 2005 15:02:23 +0000
(15:02 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6853
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
app.c
patch
|
blob
|
history
diff --git
a/app.c
b/app.c
index
f4afe80
..
168af68
100755
(executable)
--- a/
app.c
+++ b/
app.c
@@
-694,7
+694,6
@@
int ast_play_and_record(struct ast_channel *chan, const char *playfile, const ch
ast_frfree(f);
break;
}
- }
if (f->subclass == '0') {
/* Check for a '0' during message recording also, in case caller wants operator */
if (option_verbose > 2)
@@
-704,6
+703,7
@@
int ast_play_and_record(struct ast_channel *chan, const char *playfile, const ch
ast_frfree(f);
break;
}
+ }
if (maxtime) {
time(&end);
if (maxtime < (end - start)) {