From b501a3860830719b444df01e5b8acf04377e6f4f Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 11 Jul 2007 16:15:26 +0000 Subject: [PATCH] tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5526 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_originate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_ivr_originate.c b/src/switch_ivr_originate.c index 9d33cf1609..9b2fc24e0b 100644 --- a/src/switch_ivr_originate.c +++ b/src/switch_ivr_originate.c @@ -373,7 +373,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess fail_on_single_reject = 1; } - if (!switch_strlen_zero(file) && !strcmp(file, "undef")) { + if ((!switch_strlen_zero(file)) && (!strcmp(file, "undef"))) { *file = '\0'; }