From 9ede56137871297d212a698145837ac2c3cd9909 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 6 Jun 2007 19:00:40 +0000 Subject: [PATCH] Make another formatting change ... testing mantis/svn stuff (issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67782 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/app.c b/main/app.c index 3a6ae8c7a7..85105225cd 100644 --- a/main/app.c +++ b/main/app.c @@ -540,7 +540,7 @@ static int __ast_play_and_record(struct ast_channel *chan, const char *playfile, maxsilence = global_maxsilence; /* barf if no pointer passed to store duration in */ - if (duration == NULL) { + if (!duration) { ast_log(LOG_WARNING, "Error play_and_record called without duration pointer\n"); return -1; }