diff options
Diffstat (limited to 'libexec/talkd')
-rw-r--r-- | libexec/talkd/announce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/talkd/announce.c b/libexec/talkd/announce.c index e8c9915..9022a12 100644 --- a/libexec/talkd/announce.c +++ b/libexec/talkd/announce.c @@ -130,7 +130,7 @@ print_mesg(tty, tf, request, remote_machine) max_size = max(max_size, sizes[i]); i++; bptr = big_buf; - *bptr++ = ''; /* send something to wake them up */ + *bptr++ = '\007'; /* send something to wake them up */ *bptr++ = '\r'; /* add a \r in case of raw mode */ *bptr++ = '\n'; for (i = 0; i < N_LINES; i++) { |