diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-08-09 19:36:23 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-08-09 19:36:23 +0800 |
commit | f304b50a6fe2bbe7e29d9250291248d8e6d14a8b (patch) | |
tree | 6765309430e91936579a2ddd4aef09b522534b28 /mbbsd | |
parent | c230052e2aab719a4bda0ecaddbca2dcdff2f5e5 (diff) | |
download | pttbbs-f304b50a6fe2bbe7e29d9250291248d8e6d14a8b.tar pttbbs-f304b50a6fe2bbe7e29d9250291248d8e6d14a8b.tar.gz pttbbs-f304b50a6fe2bbe7e29d9250291248d8e6d14a8b.tar.bz2 pttbbs-f304b50a6fe2bbe7e29d9250291248d8e6d14a8b.tar.lz pttbbs-f304b50a6fe2bbe7e29d9250291248d8e6d14a8b.tar.xz pttbbs-f304b50a6fe2bbe7e29d9250291248d8e6d14a8b.tar.zst pttbbs-f304b50a6fe2bbe7e29d9250291248d8e6d14a8b.zip |
no need to change the case of first char
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@465 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/talk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c index b36aade9..120d9be0 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -1,4 +1,4 @@ -/* $Id: talk.c,v 1.82 2002/07/27 13:14:41 kcwu Exp $ */ +/* $Id: talk.c,v 1.83 2002/08/09 11:36:23 kcwu Exp $ */ #include "bbs.h" #define QCAST int (*)(const void *, const void *) @@ -2112,7 +2112,7 @@ userlist(void) case 'i':{ char mindbuf[5]; getdata(b_lines - 1, 0, "現在的心情? ", - mindbuf, sizeof(mindbuf), LCECHO); + mindbuf, sizeof(mindbuf), 0); if (strcmp(mindbuf, "通緝") == 0) vmsg("不可以把自己設通緝啦!"); else if (strcmp(mindbuf, "壽星") == 0) |