projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ff3f00
)
Restore an int declaration on PPC platforms.
author
Jason Parker
<jparker@digium.com>
Wed, 22 Jul 2009 21:43:57 +0000
(21:43 +0000)
committer
Jason Parker
<jparker@digium.com>
Wed, 22 Jul 2009 21:43:57 +0000
(21:43 +0000)
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
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@208113
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_festival.c
patch
|
blob
|
history
diff --git
a/apps/app_festival.c
b/apps/app_festival.c
index
6b3d512
..
0b917a7
100644
(file)
--- a/
apps/app_festival.c
+++ b/
apps/app_festival.c
@@
-128,6
+128,7
@@
static int send_waveform_to_fd(char *waveform, int length, int fd)
{
int res;
#ifdef __PPC__
+ int x;
char c;
#endif