From d08dd1e1d8264e3dc33e553d1a6335fcb81aa2b0 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 23 May 2005 23:16:43 +0000 Subject: remove seemingly useless write (bug #4299) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5756 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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