[svn-commits] qwell: branch 1.6.1 r208115 - in /branches/1.6.1: ./ apps/app_festival.c

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


Author: qwell
Date: Wed Jul 22 16:45:34 2009
New Revision: 208115

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=208115
Log:
Merged revisions 208113 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r208113 | qwell | 2009-07-22 16:43:57 -0500 (Wed, 22 Jul 2009) | 9 lines
  
  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:
    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.asterisk.org/svn-view/asterisk/branches/1.6.1/apps/app_festival.c?view=diff&rev=208115&r1=208114&r2=208115
==============================================================================
--- branches/1.6.1/apps/app_festival.c (original)
+++ branches/1.6.1/apps/app_festival.c Wed Jul 22 16:45:34 2009
@@ -119,6 +119,7 @@
 {
 	int res;
 #ifdef __PPC__ 
+	int x;
 	char c;
 #endif
 




More information about the svn-commits mailing list