summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-25 13:49:35 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-25 13:49:35 +0800
commit16d9266f08901d988ca6e339d85eb597951e4a2d (patch)
treec919bc6a5d37a73101f6863b584b2c913dcec764
parent9d32c7b079ab545dbacbb7cd3de64a5f54335485 (diff)
downloadpttbbs-16d9266f08901d988ca6e339d85eb597951e4a2d.tar
pttbbs-16d9266f08901d988ca6e339d85eb597951e4a2d.tar.gz
pttbbs-16d9266f08901d988ca6e339d85eb597951e4a2d.tar.bz2
pttbbs-16d9266f08901d988ca6e339d85eb597951e4a2d.tar.lz
pttbbs-16d9266f08901d988ca6e339d85eb597951e4a2d.tar.xz
pttbbs-16d9266f08901d988ca6e339d85eb597951e4a2d.tar.zst
pttbbs-16d9266f08901d988ca6e339d85eb597951e4a2d.zip
eliminate warning msg
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2954 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 0e47ce79..52c71923 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1826,10 +1826,10 @@ recommend(int ent, fileheader_t * fhdr, const char *direct)
{
struct tm *ptime = localtime4(&now);
char buf[200], msg[53];
+#ifndef OLDRECOMMEND
static const char *ctype[3] = {
"±À", "¼N", "¡÷"
};
-#ifndef OLDRECOMMEND
static const char *ctype_attr[3] = {
ANSI_COLOR(1;33),
ANSI_COLOR(1;31),