From beea6225c1e39229430d9fb117c2e7bc60173357 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 16 Mar 2007 21:02:23 +0000 Subject: [PATCH] fix windows build error git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4620 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_conference/mod_conference.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 2f9322e217..935a9213d8 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -769,7 +769,7 @@ static void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, v conference->async_fnode->done++; } else { if (has_file_data) { - int x; + switch_size_t x; for (x = 0; x < file_sample_len; x++) { int32_t z; int16_t *bptr, *muxed;