From 506f40b8f19513a7297c15ad9de27a4e1d3a9171 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 31 Oct 2006 21:41:40 +0000 Subject: [PATCH] change local var to match return type of function. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3246 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_ivr.c b/src/switch_ivr.c index 4aaab8b89f..aac0ab1c2b 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -2375,7 +2375,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_unhold_uuid(char *uuid) SWITCH_DECLARE(switch_status_t) switch_ivr_broadcast(char *uuid, char *path, switch_media_flag_t flags) { switch_channel_t *channel; - uint8_t nomedia; + int nomedia; switch_core_session_t *session; switch_event_t *event; switch_core_session_t *other_session;