[asterisk-commits] twilson: branch 1.4 r159096 - /branches/1.4/apps/app_festival.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Nov 25 10:23:39 CST 2008


Author: twilson
Date: Tue Nov 25 10:23:38 2008
New Revision: 159096

URL: http://svn.digium.com/view/asterisk?view=rev&rev=159096
Log:
Add missing variable declaration in the PPC code

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=159096&r1=159095&r2=159096
==============================================================================
--- branches/1.4/apps/app_festival.c (original)
+++ branches/1.4/apps/app_festival.c Tue Nov 25 10:23:38 2008
@@ -130,6 +130,7 @@
         int x;
 #ifdef __PPC__ 
 	char c;
+	int x;
 #endif
 	sigset_t fullset, oldset;
 




More information about the asterisk-commits mailing list