summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-28 21:57:40 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-28 21:57:40 +0800
commit2230c0a8c5a4eb2397673d37e709454195c5e284 (patch)
treed6b2f7d72e55aa8aa40af5a3bcbe5ffb296dcb20 /mbbsd/edit.c
parent209a53de9d25820b20e3b5591cd1efb7e221fc24 (diff)
downloadpttbbs-2230c0a8c5a4eb2397673d37e709454195c5e284.tar
pttbbs-2230c0a8c5a4eb2397673d37e709454195c5e284.tar.gz
pttbbs-2230c0a8c5a4eb2397673d37e709454195c5e284.tar.bz2
pttbbs-2230c0a8c5a4eb2397673d37e709454195c5e284.tar.lz
pttbbs-2230c0a8c5a4eb2397673d37e709454195c5e284.tar.xz
pttbbs-2230c0a8c5a4eb2397673d37e709454195c5e284.tar.zst
pttbbs-2230c0a8c5a4eb2397673d37e709454195c5e284.zip
* moving into the new pwcu (password - current user helper) API
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4783 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 78a3e83a..d262f90e 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1741,7 +1741,7 @@ browse_sigs:
ch = buf[0];
else
ch = '1' + random() % (si.max+1);
- cuser.signature = buf[0];
+ pwcuSetSignature(buf[0]);
if (ch != '0') {
fpath[i] = ch;