summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-25 17:58:02 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-25 17:58:02 +0800
commit8cb2775bb364a740a107fe74cc39d723fd63babc (patch)
treeb2b17c0b0a9952c6c8afff6277d51ee952687901 /mbbsd/stuff.c
parent37ca2e52ffe3986eb4cf57fb825926426a753245 (diff)
downloadpttbbs-8cb2775bb364a740a107fe74cc39d723fd63babc.tar
pttbbs-8cb2775bb364a740a107fe74cc39d723fd63babc.tar.gz
pttbbs-8cb2775bb364a740a107fe74cc39d723fd63babc.tar.bz2
pttbbs-8cb2775bb364a740a107fe74cc39d723fd63babc.tar.lz
pttbbs-8cb2775bb364a740a107fe74cc39d723fd63babc.tar.xz
pttbbs-8cb2775bb364a740a107fe74cc39d723fd63babc.tar.zst
pttbbs-8cb2775bb364a740a107fe74cc39d723fd63babc.zip
warning free
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1850 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/stuff.c')
-rw-r--r--mbbsd/stuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c
index cde95cb0..4e5fa46c 100644
--- a/mbbsd/stuff.c
+++ b/mbbsd/stuff.c
@@ -410,7 +410,7 @@ vmsg_lines(const int lines, const char msg[])
clrtoeol();
if (msg)
- outs(msg);
+ outs((char *)msg);
else
outs("\033[46;1m \033[37m"
"\033[200m\033[1431m\033[506m□ 請按 \033[33m(Space/Return)\033[37m 繼續 □\033[201m (^T) 收到暫存檔 \033[m");