[asterisk-commits] twilson: branch 1.6.1 r159095 - in /branches/1.6.1: ./ apps/app_festival.c

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


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

URL: http://svn.digium.com/view/asterisk?view=rev&rev=159095
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.1/   (props changed)
    branches/1.6.1/apps/app_festival.c

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

Modified: branches/1.6.1/apps/app_festival.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/apps/app_festival.c?view=diff&rev=159095&r1=159094&r2=159095
==============================================================================
--- branches/1.6.1/apps/app_festival.c (original)
+++ branches/1.6.1/apps/app_festival.c Tue Nov 25 10:21:55 2008
@@ -120,6 +120,7 @@
 	int res;
 #ifdef __PPC__ 
 	char c;
+	int x;
 #endif
 
 	res = ast_safe_fork(0);




More information about the asterisk-commits mailing list