Remove a cast that is not needed.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@184639 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.6
Joshua Colp 17 years ago
parent b564b2105f
commit 39a09b0af9

@ -199,7 +199,7 @@ static int softmix_bridge_poke(struct ast_bridge *bridge, struct ast_bridge_chan
/*! \brief Function which acts as the mixing thread */ /*! \brief Function which acts as the mixing thread */
static int softmix_bridge_thread(struct ast_bridge *bridge) static int softmix_bridge_thread(struct ast_bridge *bridge)
{ {
int timingfd = (unsigned short)(unsigned long)bridge->bridge_pvt; int timingfd = (unsigned long)bridge->bridge_pvt;
ast_timer_set_rate(timingfd, (1000 / SOFTMIX_INTERVAL)); ast_timer_set_rate(timingfd, (1000 / SOFTMIX_INTERVAL));

Loading…
Cancel
Save