summaryrefslogtreecommitdiff
path: root/games/battlestar
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-03-03 07:59:54 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-03-03 07:59:54 +0000
commit08a77c42e1cd998af13b0ae7558349671c4086f7 (patch)
tree124c0a9bfc8a89192dbd53d5517d7bf354f4549b /games/battlestar
parent27117f574eb6b6b12497f7a89299c612349c031e (diff)
Notes
Diffstat (limited to 'games/battlestar')
-rw-r--r--games/battlestar/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/battlestar/externs.h b/games/battlestar/externs.h
index f47ca9f615b8..2d853521cfdb 100644
--- a/games/battlestar/externs.h
+++ b/games/battlestar/externs.h
@@ -279,7 +279,7 @@ int wear[NUMOFWORDS];
char beenthere[NUMOFROOMS+1];
char injuries[NUMOFINJURIES];
-char uname[MAXLOGNAME+1];
+char uname[MAXLOGNAME];
struct wlist {
char *string;