[asterisk-commits] twilson: branch 1.6.0 r159094 - in /branches/1.6.0: ./ apps/app_festival.c

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


Author: twilson
Date: Tue Nov 25 10:21:25 2008
New Revision: 159094

URL: http://svn.digium.com/view/asterisk?view=rev&rev=159094
Log:
Merged revisions 159093 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r159093 | twilson | 2008-11-25 10:18:53 -0600 (Tue, 25 Nov 2008) | 2 lines
  
  Add missing variable declaration for PPC code
........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/apps/app_festival.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/apps/app_festival.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/apps/app_festival.c?view=diff&rev=159094&r1=159093&r2=159094
==============================================================================
--- branches/1.6.0/apps/app_festival.c (original)
+++ branches/1.6.0/apps/app_festival.c Tue Nov 25 10:21:25 2008
@@ -121,6 +121,7 @@
 	int x;
 #ifdef __PPC__ 
 	char c;
+	int x;
 #endif
 	sigset_t fullset, oldset;
 




More information about the asterisk-commits mailing list