aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_festival.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-23 23:16:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-23 23:16:43 +0000
commit0d20c914a9d19a449b8876c14d7f6549327fafa9 (patch)
tree403bcd4ca4ec887e0ec201a506b29928a9ef76dd /apps/app_festival.c
parent5a1a8b26d9b61ef0b357d43bf2e883a4f4bb684a (diff)
remove seemingly useless write (bug #4299)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5756 f38db490-d61c-443f-a65b-d21fe96a405b
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);
}