[svn-commits] file: branch 1.6.1 r162278 - in /branches/1.6.1: ./ apps/app_festival.c

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


Author: file
Date: Tue Dec  9 14:48:02 2008
New Revision: 162278

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

................
  r162275 | file | 2008-12-09 16:46:11 -0400 (Tue, 09 Dec 2008) | 11 lines
  
  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:
    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=162278&r1=162277&r2=162278
==============================================================================
--- branches/1.6.1/apps/app_festival.c (original)
+++ branches/1.6.1/apps/app_festival.c Tue Dec  9 14:48:02 2008
@@ -120,7 +120,6 @@
 	int res;
 #ifdef __PPC__ 
 	char c;
-	int x;
 #endif
 
 	res = ast_safe_fork(0);




More information about the svn-commits mailing list