diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-08 22:37:28 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-08 22:37:28 +0800 |
commit | b791df282f267b5ed24bd4fb4cad0ddb4601cfa9 (patch) | |
tree | fba70f8d37f82ac0206f3156c28455ac0283f9ec /mbbsd | |
parent | 8264803f76932799339dff9d5d04f47c9e2b86f1 (diff) | |
download | pttbbs-b791df282f267b5ed24bd4fb4cad0ddb4601cfa9.tar pttbbs-b791df282f267b5ed24bd4fb4cad0ddb4601cfa9.tar.gz pttbbs-b791df282f267b5ed24bd4fb4cad0ddb4601cfa9.tar.bz2 pttbbs-b791df282f267b5ed24bd4fb4cad0ddb4601cfa9.tar.lz pttbbs-b791df282f267b5ed24bd4fb4cad0ddb4601cfa9.tar.xz pttbbs-b791df282f267b5ed24bd4fb4cad0ddb4601cfa9.tar.zst pttbbs-b791df282f267b5ed24bd4fb4cad0ddb4601cfa9.zip |
change to fit bit64 for sob import
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2922 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/syspost.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/syspost.c b/mbbsd/syspost.c index 99d0fd16..8849b2aa 100644 --- a/mbbsd/syspost.c +++ b/mbbsd/syspost.c @@ -83,8 +83,8 @@ post_change_perm(int oldperm, int newperm, const char *sysopid, const char *user if (flag) { clrtobot(); clear(); - while (!getdata_str(5, 0, "請輸入理由以示負責:", - reason, sizeof(reason), DOECHO, "看板板主:")); + while (!getdata(5, 0, "請輸入理由以示負責:", + reason, sizeof(reason), DOECHO)); fprintf(fp, "\n " ANSI_COLOR(1;37) "站長%s修改權限理由是:%s" ANSI_RESET, cuser.userid, reason); fclose(fp); |