diff options
| author | christos <christos@NetBSD.org> | 2010-04-02 19:34:44 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2010-04-02 19:34:44 +0000 |
| commit | ff4e4fcdee6a2f23fc0366a65643f5d34fe4cc10 (patch) | |
| tree | 860d36dc07e009db91b1971b36fbab37fd4a035c /games/battlestar/command6.c | |
| parent | 45b51608bd4e1f9ef3e7b48e6e7fbbe5108ab0ea (diff) | |
fix typo.
Diffstat (limited to 'games/battlestar/command6.c')
| -rw-r--r-- | games/battlestar/command6.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/battlestar/command6.c b/games/battlestar/command6.c index 785d7dfd5ed..3d5637907c9 100644 --- a/games/battlestar/command6.c +++ b/games/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"); |
