diff options
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 9b0d736c..e31138a5 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1323,7 +1323,7 @@ cross_post(int ent, fileheader_t * fhdr, const char *direct) } /* É¥ÎÅÜ¼Æ */ - ent = str_checksum(fhdr->title); + ent = StringHash(fhdr->title); author = getbnum(xboard); assert(0<=author-1 && author-1<MAX_BOARD); |