[svn-commits] file: trunk r162275 - in /trunk: ./ apps/app_festival.c

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


Author: file
Date: Tue Dec  9 14:46:11 2008
New Revision: 162275

URL: http://svn.digium.com/view/asterisk?view=rev&rev=162275
Log:
Merged revisions 162273 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r162273 | file | 2008-12-09 16:44:32 -0400 (Tue, 09 Dec 2008) | 4 lines
  
  Fix double declaration of 'x' on the PPC platform.
  (closes issue #14038)
  Reported by: ffloimair
........

Modified:
    trunk/   (props changed)
    trunk/apps/app_festival.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/apps/app_festival.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_festival.c?view=diff&rev=162275&r1=162274&r2=162275
==============================================================================
--- trunk/apps/app_festival.c (original)
+++ trunk/apps/app_festival.c Tue Dec  9 14:46:11 2008
@@ -129,7 +129,6 @@
 	int res;
 #ifdef __PPC__ 
 	char c;
-	int x;
 #endif
 
 	res = ast_safe_fork(0);




More information about the svn-commits mailing list