]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
remove seemingly useless write (bug #4299)
authorRussell Bryant <russell@russellbryant.com>
Mon, 23 May 2005 23:16:43 +0000 (23:16 +0000)
committerRussell Bryant <russell@russellbryant.com>
Mon, 23 May 2005 23:16:43 +0000 (23:16 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5756 65c4cc65-6c06-0410-ace0-fbb531ad65f3

apps/app_festival.c

index fcaa8deb917829e8a5ada8714be647291054213d..44dbd9ca4504f92571b009f5a0cda5dbfbb24637 100755 (executable)
@@ -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);
 }