mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
update to snapshot spandsp-20090129
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11548 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
* License along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*
|
||||
* $Id: t38_terminal.c,v 1.119 2009/01/28 03:41:27 steveu Exp $
|
||||
* $Id: t38_terminal.c,v 1.120 2009/01/29 01:41:06 steveu Exp $
|
||||
*/
|
||||
|
||||
/*! \file */
|
||||
@@ -278,7 +278,7 @@ static int process_rx_data(t38_core_state_t *t, void *user_data, int data_type,
|
||||
t38_terminal_state_t *s;
|
||||
t38_terminal_front_end_state_t *fe;
|
||||
#if defined(_MSC_VER)
|
||||
uint8_t *buf2 = (uint8_t *) alloca(len);
|
||||
uint8_t *buf2 = (uint8_t *) _alloca(len);
|
||||
#else
|
||||
uint8_t buf2[len];
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user