From 2230c0a8c5a4eb2397673d37e709454195c5e284 Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 28 Aug 2009 13:57:40 +0000 Subject: * 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 --- mbbsd/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/edit.c') 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; -- cgit v1.2.3