From 286b2c791e61c48a5940b66b0b1ae41b9e93e8f2 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 16 Aug 2006 00:54:38 +0000 Subject: [PATCH] add assert git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2304 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 cbb449d1de..39c8dc3ec4 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -439,7 +439,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_play_file(switch_core_session_t *sess comment, date); - + assert(read_codec != NULL); interval = read_codec->implementation->microseconds_per_frame / 1000;