[asterisk-commits] qwell: branch 1.6.2 r208116 - in /branches/1.6.2: ./ apps/app_festival.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 22 16:46:09 CDT 2009
Author: qwell
Date: Wed Jul 22 16:46:05 2009
New Revision: 208116
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=208116
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.2/ (props changed)
branches/1.6.2/apps/app_festival.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/apps/app_festival.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/apps/app_festival.c?view=diff&rev=208116&r1=208115&r2=208116
==============================================================================
--- branches/1.6.2/apps/app_festival.c (original)
+++ branches/1.6.2/apps/app_festival.c Wed Jul 22 16:46:05 2009
@@ -128,6 +128,7 @@
{
int res;
#ifdef __PPC__
+ int x;
char c;
#endif
More information about the asterisk-commits
mailing list