diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-02-04 02:19:43 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-02-04 02:19:43 +0000 |
commit | f1ccc37be0f5008077a5d0e7139f8146090966be (patch) | |
tree | 9e80f493b835161822d9b3abfc1972680342408c /games | |
parent | 782dcb6ba3b26f683117b3ff2ae90ceb78d25a66 (diff) |
Format for long usernames
Diffstat (limited to 'games')
-rw-r--r-- | games/battlestar/com6.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/battlestar/com6.c b/games/battlestar/com6.c index 007fc78192b..963affc9f8c 100644 --- a/games/battlestar/com6.c +++ b/games/battlestar/com6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com6.c,v 1.15 2000/09/24 21:55:23 pjanzen Exp $ */ +/* $OpenBSD: com6.c,v 1.16 2001/02/04 02:19:42 pjanzen Exp $ */ /* $NetBSD: com6.c,v 1.5 1995/04/27 21:30:23 mycroft Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)com6.c 8.2 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$OpenBSD: com6.c,v 1.15 2000/09/24 21:55:23 pjanzen Exp $"; +static char rcsid[] = "$OpenBSD: com6.c,v 1.16 2001/02/04 02:19:42 pjanzen Exp $"; #endif #endif /* not lint */ @@ -124,7 +124,7 @@ post(ch) date[24] = '\0'; if (score_fp != NULL) { - fprintf(score_fp, "%s %8s %c%20s", date, username, ch, rate()); + fprintf(score_fp, "%s %31s %c%20s", date, username, ch, rate()); if (wiz) fprintf(score_fp, " wizard\n"); else |