fill a little bug

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5725 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Ken Rice 2007-09-20 17:38:32 +00:00
parent e41b900c1f
commit 42d4b28019
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ static switch_status_t en_say_general_count(switch_core_session_t *session,
{ {
switch_channel_t *channel; switch_channel_t *channel;
int in; int in;
uint32_t x = 0; int x = 0;
int places[9] = { 0 }; int places[9] = { 0 };
char sbuf[13] = ""; char sbuf[13] = "";
switch_status_t status; switch_status_t status;