From 0d20c914a9d19a449b8876c14d7f6549327fafa9 Mon Sep 17 00:00:00 2001 From: russell Date: Mon, 23 May 2005 23:16:43 +0000 Subject: remove seemingly useless write (bug #4299) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5756 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_festival.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/app_festival.c') 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); } -- cgit v1.2.3