Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/battlestar fix typo.
details: https://anonhg.NetBSD.org/src/rev/ac234f6c905c
branches: trunk
changeset: 753586:ac234f6c905c
user: christos <christos%NetBSD.org@localhost>
date: Fri Apr 02 19:34:44 2010 +0000
description:
fix typo.
diffstat:
games/battlestar/command6.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 441b992db898 -r ac234f6c905c games/battlestar/command6.c
--- a/games/battlestar/command6.c Fri Apr 02 19:33:16 2010 +0000
+++ b/games/battlestar/command6.c Fri Apr 02 19:34:44 2010 +0000
@@ -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 @@
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");
Home |
Main Index |
Thread Index |
Old Index