From 002b4706b8758634d3a13079b79d2876a838b570 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 24 Jul 1994 02:44:28 +0000 Subject: Reviewed by: phk changed ^G to \007 --- libexec/talkd/announce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec') 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++) { -- cgit v1.1