summaryrefslogtreecommitdiffstats
path: root/mbbsd/talk.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-05 22:22:59 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-05 22:22:59 +0800
commit2933c380c0ffa5422cc5bc74e23e6a92440cca92 (patch)
treed346f2af1011ebee44f40484181b93de42cae6a1 /mbbsd/talk.c
parentf57bb85ab4790b70354c84e74aabebf4b72c5624 (diff)
downloadpttbbs-2933c380c0ffa5422cc5bc74e23e6a92440cca92.tar
pttbbs-2933c380c0ffa5422cc5bc74e23e6a92440cca92.tar.gz
pttbbs-2933c380c0ffa5422cc5bc74e23e6a92440cca92.tar.bz2
pttbbs-2933c380c0ffa5422cc5bc74e23e6a92440cca92.tar.lz
pttbbs-2933c380c0ffa5422cc5bc74e23e6a92440cca92.tar.xz
pttbbs-2933c380c0ffa5422cc5bc74e23e6a92440cca92.tar.zst
pttbbs-2933c380c0ffa5422cc5bc74e23e6a92440cca92.zip
* change display name of numlogindays to macro (we may change it again in future)
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4809 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r--mbbsd/talk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index 997e7e8e..2ed5b5c8 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -471,7 +471,7 @@ my_query(const char *uident)
// ------------------------------------------------------------
- prints("《上站資歷》%d 點", muser.numlogindays);
+ prints("《" STR_LOGINDAYS "》%d ", muser.numlogindays);
#ifdef SHOW_LOGINOK
if (!(muser.userlevel & PERM_LOGINOK))
outs(" (尚未通過認證)");
@@ -3307,7 +3307,7 @@ talkreply(void)
strlcpy(currutmp->msgs[0].last_call_in, "呼叫、呼叫,聽到請回答 (Ctrl-R)",
sizeof(currutmp->msgs[0].last_call_in));
currutmp->msgs[0].msgmode = MSGMODE_TALK;
- prints("對方來自 [%s],上站資歷 %d 點,文章共 %d 篇\n",
+ prints("對方來自 [%s]," STR_LOGINDAYS " %d ,文章共 %d 篇\n",
uip->from, xuser.numlogindays, xuser.numposts);
if (is_chess)