From: Anthony Minessale Date: Thu, 13 Nov 2008 18:03:36 +0000 (+0000) Subject: fix win32 build X-Git-Tag: v1.0.2~538 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b513c907698107d6ee5a6767fcb4eb03f9fa9b16;p=thirdparty%2Ffreeswitch.git fix win32 build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10376 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 7fc40eac28..ea0dbdb384 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -2661,8 +2661,8 @@ SWITCH_STANDARD_API(uuid_setvar_multi_function) if ((psession = switch_core_session_locate(uuid))) { switch_channel_t *channel = switch_core_session_get_channel(psession); + int x, y = 0; argc = switch_separate_string(vars, ';', argv, (sizeof(argv) / sizeof(argv[0]))); - int x, y = 0; for (x = 0 ; x < argc; x++) { var_name = argv[x];