]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix warning
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 30 Aug 2007 15:28:32 +0000 (15:28 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 30 Aug 2007 15:28:32 +0000 (15:28 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5681 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/say/mod_say_en/mod_say_en.c

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