[Freeswitch-branches] [commit] r10701 - freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax

FreeSWITCH SVN gmaruzz at freeswitch.org
Wed Dec 10 09:36:21 PST 2008


Author: gmaruzz
Date: Wed Dec 10 12:36:21 2008
New Revision: 10701

Log:
skypiax: more warnings on windows, but win32 sound is working.

Modified:
   freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c

Modified: freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c
==============================================================================
--- freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c	(original)
+++ freeswitch/branches/gmaruzz/src/mod/endpoints/mod_skypiax/skypiax_protocol.c	Wed Dec 10 12:36:21 2008
@@ -33,7 +33,7 @@
   int len;
   int i;
   int a;
-  short in[GG];
+  short srv_in[GG];
   unsigned int sin_size;
   int fd;
 #endif /* WIN32 */



More information about the Freeswitch-branches mailing list