projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91bfc89
)
remove seemingly useless write (bug #4299)
author
Russell Bryant
<russell@russellbryant.com>
Mon, 23 May 2005 23:16:43 +0000
(23:16 +0000)
committer
Russell 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
patch
|
blob
|
history
diff --git
a/apps/app_festival.c
b/apps/app_festival.c
index
fcaa8de
..
44dbd9c
100755
(executable)
--- 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);
}