summaryrefslogtreecommitdiffstats
path: root/battlestar
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2010-04-02 19:34:44 +0000
committerchristos <christos@NetBSD.org>2010-04-02 19:34:44 +0000
commit8121144c17f21c9a9502c8c7534d2ba4c3c9a5aa (patch)
tree4b2cf5b04585925ae04897eae5426d07bd979d2b /battlestar
parentd696b06def90070e944c17e06ec076bdcdca4c7e (diff)
downloadbsdgames-darwin-8121144c17f21c9a9502c8c7534d2ba4c3c9a5aa.tar.gz
bsdgames-darwin-8121144c17f21c9a9502c8c7534d2ba4c3c9a5aa.tar.zst
bsdgames-darwin-8121144c17f21c9a9502c8c7534d2ba4c3c9a5aa.zip
fix typo.
Diffstat (limited to 'battlestar')
-rw-r--r--battlestar/command6.c6
1 files changed, 3 insertions, 3 deletions
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");