[svn-commits] qwell: trunk r208113 - /trunk/apps/app_festival.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 22 16:44:02 CDT 2009


Author: qwell
Date: Wed Jul 22 16:43:57 2009
New Revision: 208113

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=208113
Log:
Restore an int declaration on PPC platforms.

This x is one crafty little bugger...
It was used for 2 different things (one of which was only done on PPC) in 1.4.
One of the uses were removed in trunk, and with it went the declaration.

(closes issue #14038)
Reported by: ffloimair

Modified:
    trunk/apps/app_festival.c

Modified: trunk/apps/app_festival.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/apps/app_festival.c?view=diff&rev=208113&r1=208112&r2=208113
==============================================================================
--- trunk/apps/app_festival.c (original)
+++ trunk/apps/app_festival.c Wed Jul 22 16:43:57 2009
@@ -128,6 +128,7 @@
 {
 	int res;
 #ifdef __PPC__ 
+	int x;
 	char c;
 #endif
 




More information about the svn-commits mailing list