]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fill a little bug
authorKen Rice <krice@freeswitch.org>
Thu, 20 Sep 2007 17:38:32 +0000 (17:38 +0000)
committerKen Rice <krice@freeswitch.org>
Thu, 20 Sep 2007 17:38:32 +0000 (17:38 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5725 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/say/mod_say_en/mod_say_en.c

index 5bd346ce6f8b6215913a410177fdbfc90af5799c..522dcb014d3f8a94b937b7b0bcf719ab995bdc23 100644 (file)
@@ -156,7 +156,7 @@ static switch_status_t en_say_general_count(switch_core_session_t *session,
 {
        switch_channel_t *channel;
        int in;
-       uint32_t x = 0;
+       int x = 0;
        int places[9] = { 0 };
        char sbuf[13] = "";
        switch_status_t status;