From 8121144c17f21c9a9502c8c7534d2ba4c3c9a5aa Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 2 Apr 2010 19:34:44 +0000 Subject: fix typo. --- battlestar/command6.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'battlestar') diff --git a/battlestar/command6.c b/battlestar/command6.c index 785d7dfd..3d563790 100644 --- a/battlestar/command6.c +++ b/battlestar/command6.c @@ -1,4 +1,4 @@ -/* $NetBSD: command6.c,v 1.6 2010/04/02 15:35:32 christos Exp $ */ +/* $NetBSD: command6.c,v 1.7 2010/04/02 19:34:44 christos Exp $ */ /* * Copyright (c) 1983, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)com6.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: command6.c,v 1.6 2010/04/02 15:35:32 christos Exp $"); +__RCSID("$NetBSD: command6.c,v 1.7 2010/04/02 19:34:44 christos Exp $"); #endif #endif /* not lint */ @@ -127,7 +127,7 @@ post(int ch) sigprocmask(SIG_BLOCK, &isigset, &osigset); tv = time(NULL); if (score_fp != NULL) { - fprintf(score_fp, "%24.24s %8s %c%20s", ctime(&t), username, + fprintf(score_fp, "%24.24s %8s %c%20s", ctime(&tv), username, ch, rate()); if (wiz) fprintf(score_fp, " wizard\n"); -- cgit v1.2.3-56-ge451