diff options
author | lwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-09-07 14:40:46 +0800 |
---|---|---|
committer | lwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-09-07 14:40:46 +0800 |
commit | da6d4ba3334aeabef9fb7e44780f3902e3b6df4a (patch) | |
tree | 301a480f4aaeef74a2a16959c0570af4f16e8100 | |
parent | b5c3b2b28b4e49f8684bb4472eaeb7d2b1550277 (diff) | |
download | pttbbs-da6d4ba3334aeabef9fb7e44780f3902e3b6df4a.tar pttbbs-da6d4ba3334aeabef9fb7e44780f3902e3b6df4a.tar.gz pttbbs-da6d4ba3334aeabef9fb7e44780f3902e3b6df4a.tar.bz2 pttbbs-da6d4ba3334aeabef9fb7e44780f3902e3b6df4a.tar.lz pttbbs-da6d4ba3334aeabef9fb7e44780f3902e3b6df4a.tar.xz pttbbs-da6d4ba3334aeabef9fb7e44780f3902e3b6df4a.tar.zst pttbbs-da6d4ba3334aeabef9fb7e44780f3902e3b6df4a.zip |
g is useless
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@514 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/talk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pttbbs/mbbsd/talk.c b/pttbbs/mbbsd/talk.c index 183c92a9..18d0d7a8 100644 --- a/pttbbs/mbbsd/talk.c +++ b/pttbbs/mbbsd/talk.c @@ -1,4 +1,4 @@ -/* $Id: talk.c,v 1.90 2002/09/07 05:42:17 in2 Exp $ */ +/* $Id: talk.c,v 1.91 2002/09/07 06:40:46 lwms Exp $ */ #include "bbs.h" #define QCAST int (*)(const void *, const void *) @@ -2189,9 +2189,9 @@ userlist(void) break; reload_money(); - if (ch > cuser.money) + if (ch > cuser.money) { outs("\033[41m 現金不足~~\033[m"); - else { + } else { deumoney(uentp->uid, ch - give_tax(ch)); snprintf(genbuf, sizeof(genbuf), "\033[44m 嗯..還剩下 %d 錢.." |