diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-07-13 15:07:06 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-07-13 15:07:06 +0000 |
| commit | 76dada465bcc00222bf38812b0376e0225762e4b (patch) | |
| tree | b3a9b7031fff6dd8c2790d600a7100232ce92c93 /libexec/talkd | |
| parent | 2e2d2a1322c466bff26d548890d8324565dc2b74 (diff) | |
Notes
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 aec851f1c3e3..eb88a446c273 100644 --- a/libexec/talkd/announce.c +++ b/libexec/talkd/announce.c @@ -127,7 +127,7 @@ print_mesg(tty, tf, request, remote_machine) (void)snprintf(line_buf[i], N_CHARS, "Message from Talk_Daemon@%s at %d:%02d on %d/%.2d/%.2d ...", hostname, localclock->tm_hour , localclock->tm_min, - localclock->tm_year + 1900, localclock->tm_mon, + localclock->tm_year + 1900, localclock->tm_mon + 1, localclock->tm_mday); sizes[i] = strlen(line_buf[i]); max_size = max(max_size, sizes[i]); |
