From c396cff7309f1c04d4cfe7b26e4add9c77d3014a Mon Sep 17 00:00:00 2001 From: kcwu Date: Sun, 17 Oct 2004 17:03:27 +0000 Subject: strip none-big5 string in user's mind git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2262 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mbbsd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 2a0e8167..7ccf5909 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -747,6 +747,7 @@ setup_utmp(int mode) uinfo.pager = cuser.pager % 5; uinfo.withme = cuser.withme; memcpy(uinfo.mind, cuser.mind, 4); + strip_nonebig5(uinfo.mind, 4); #ifdef WHERE uinfo.from_alias = where(fromhost); #endif -- cgit v1.2.3