summaryrefslogtreecommitdiffstats
path: root/mille/extern.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2011-08-16 11:14:04 +0000
committerchristos <christos@NetBSD.org>2011-08-16 11:14:04 +0000
commit7f3b9841994ed627f10b127d3b992075cad8affb (patch)
treed79f3b2b53a36462b0de3e0da8c83a97af9a95b3 /mille/extern.c
parentea4e3d5fd9e93df96c4ab1c9cc6090610dd73bec (diff)
downloadbsdgames-darwin-7f3b9841994ed627f10b127d3b992075cad8affb.tar.gz
bsdgames-darwin-7f3b9841994ed627f10b127d3b992075cad8affb.tar.zst
bsdgames-darwin-7f3b9841994ed627f10b127d3b992075cad8affb.zip
eliminate non-literal format strings
Diffstat (limited to 'mille/extern.c')
-rw-r--r--mille/extern.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mille/extern.c b/mille/extern.c
index 445bca70..6a07a3dc 100644
--- a/mille/extern.c
+++ b/mille/extern.c
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.c,v 1.10 2009/08/12 08:07:27 dholland Exp $ */
+/* $NetBSD: extern.c,v 1.11 2011/08/16 11:14:04 christos Exp $ */
/*
* Copyright (c) 1982, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: extern.c,v 1.10 2009/08/12 08:07:27 dholland Exp $");
+__RCSID("$NetBSD: extern.c,v 1.11 2011/08/16 11:14:04 christos Exp $");
#endif
#endif /* not lint */
@@ -52,7 +52,6 @@ bool Debug, /* set if debugging code on */
Saved; /* set if game just saved */
char Initstr[INITSTR_SIZE]; /* initial string for error field */
-const char *C_fmt = "%-18.18s"; /* format for printing cards */
const char *Fromfile = NULL; /* startup file for game */
static const char *const _cn[NUM_CARDS] = {/* Card name buffer */
"",