[svn-commits] file: branch 1.4 r162273 - /branches/1.4/apps/app_festival.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Dec 9 14:44:32 CST 2008


Author: file
Date: Tue Dec  9 14:44:32 2008
New Revision: 162273

URL: http://svn.digium.com/view/asterisk?view=rev&rev=162273
Log:
Fix double declaration of 'x' on the PPC platform.
(closes issue #14038)
Reported by: ffloimair

Modified:
    branches/1.4/apps/app_festival.c

Modified: branches/1.4/apps/app_festival.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_festival.c?view=diff&rev=162273&r1=162272&r2=162273
==============================================================================
--- branches/1.4/apps/app_festival.c (original)
+++ branches/1.4/apps/app_festival.c Tue Dec  9 14:44:32 2008
@@ -130,7 +130,6 @@
         int x;
 #ifdef __PPC__ 
 	char c;
-	int x;
 #endif
 	sigset_t fullset, oldset;
 




More information about the svn-commits mailing list