summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-22 17:18:44 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-22 17:18:44 +0800
commitb1c4147cc2c3749425869657525f14814386c47f (patch)
tree56f5baf556e0f45990c9cb18f5ffac7e96ba3274 /mbbsd/mbbsd.c
parent963b28383cccd5ae35847db27a6446cec2417bef (diff)
downloadpttbbs-b1c4147cc2c3749425869657525f14814386c47f.tar
pttbbs-b1c4147cc2c3749425869657525f14814386c47f.tar.gz
pttbbs-b1c4147cc2c3749425869657525f14814386c47f.tar.bz2
pttbbs-b1c4147cc2c3749425869657525f14814386c47f.tar.lz
pttbbs-b1c4147cc2c3749425869657525f14814386c47f.tar.xz
pttbbs-b1c4147cc2c3749425869657525f14814386c47f.tar.zst
pttbbs-b1c4147cc2c3749425869657525f14814386c47f.zip
UI final embellishment. Coding style fix up.
git-svn-id: http://opensvn.csie.org/pttbbs/branches/scw.angel@2012 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 27abc777..06322fb5 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -242,7 +242,7 @@ show_call_in(int save, int which)
{
char buf[200];
#ifdef PLAY_ANGEL
- if (save && currutmp->msgs[which].msgmode == MSG_TOANGEL)
+ if (currutmp->msgs[which].msgmode == MSGMODE_TOANGEL)
snprintf(buf, sizeof(buf), "\033[1;37;46m¡¹%s\033[37;45m %s \033[m",
currutmp->msgs[which].userid, currutmp->msgs[which].last_call_in);
else