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:
e156297
)
Formatting change ... testing
author
Russell Bryant
<russell@russellbryant.com>
Wed, 6 Jun 2007 19:03:14 +0000
(19:03 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Wed, 6 Jun 2007 19:03:14 +0000
(19:03 +0000)
(issue #9828)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67787
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/app.c
patch
|
blob
|
history
diff --git
a/main/app.c
b/main/app.c
index
8510522
..
32e36e9
100644
(file)
--- a/
main/app.c
+++ b/
main/app.c
@@
-1067,7
+1067,7
@@
int ast_record_review(struct ast_channel *chan, const char *playfile, const char
/* Note that urgent and private are for flagging messages as such in the future */
/* barf if no pointer passed to store duration in */
- if (duration == NULL) {
+ if (!duration) {
ast_log(LOG_WARNING, "Error ast_record_review called without duration pointer\n");
return -1;
}