[Asterisk-cvs] asterisk/apps app_festival.c,1.26.2.1,1.26.2.2

russell at lists.digium.com russell at lists.digium.com
Tue May 31 08:48:30 CDT 2005


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv19922/apps

Modified Files:
      Tag: v1-0
	app_festival.c 
Log Message:
remove seemingly bogus line (bug #4299)


Index: app_festival.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_festival.c,v
retrieving revision 1.26.2.1
retrieving revision 1.26.2.2
diff -u -d -r1.26.2.1 -r1.26.2.2
--- app_festival.c	16 Oct 2004 16:04:17 -0000	1.26.2.1
+++ app_festival.c	31 May 2005 12:51:49 -0000	1.26.2.2
@@ -131,7 +131,6 @@
 #endif
 	
 	write(fd,waveform,length);
-	write(fd,"a",1);
 	close(fd);
 	exit(0);
 }




More information about the svn-commits mailing list