From 8cb986b936ea0cee5af2dccf467fe1fc5b89414b Mon Sep 17 00:00:00 2001 From: seanbright Date: Sun, 10 Aug 2008 19:35:50 +0000 Subject: Another big chunk of changes from the RSW branch. Bunch of stuff from main/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@137082 f38db490-d61c-443f-a65b-d21fe96a405b --- main/tdd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/tdd.c') diff --git a/main/tdd.c b/main/tdd.c index 8cbe18837..043d07c81 100644 --- a/main/tdd.c +++ b/main/tdd.c @@ -234,8 +234,8 @@ static inline float tdd_getcarrier(float *cr, float *ci, int bit) } while(0) #define PUT_AUDIO_SAMPLE(y) do { \ - int index = (short)(rint(8192.0 * (y))); \ - *(buf++) = AST_LIN2MU(index); \ + int __pas_idx = (short)(rint(8192.0 * (y))); \ + *(buf++) = AST_LIN2MU(__pas_idx); \ bytes++; \ } while(0) -- cgit v1.2.3