summaryrefslogtreecommitdiff
path: root/apps/app_festival.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2005-05-23 23:16:43 +0000
committerRussell Bryant <russell@russellbryant.com>2005-05-23 23:16:43 +0000
commitd08dd1e1d8264e3dc33e553d1a6335fcb81aa2b0 (patch)
tree403bcd4ca4ec887e0ec201a506b29928a9ef76dd /apps/app_festival.c
parent91bfc89301112365b20f524c5c7ddfe960d2c4d3 (diff)
remove seemingly useless write (bug #4299)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5756 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_festival.c')
-rwxr-xr-xapps/app_festival.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_festival.c b/apps/app_festival.c
index fcaa8deb9..44dbd9ca4 100755
--- a/apps/app_festival.c
+++ b/apps/app_festival.c
@@ -131,7 +131,6 @@ static int send_waveform_to_fd(char *waveform, int length, int fd) {
#endif
write(fd,waveform,length);
- write(fd,"a",1);
close(fd);
exit(0);
}