summaryrefslogtreecommitdiffstats
path: root/mbbsd/read.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-11 09:49:03 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-11 09:49:03 +0800
commitb54b6d5d4b176a137b6095024d3db80ede286555 (patch)
tree81fe98fd8b50f5eac57e45c9f74f6911509d9ad3 /mbbsd/read.c
parent9c92e958fd4f6a5d25cbab9d80e0fee8aa70c478 (diff)
downloadpttbbs-b54b6d5d4b176a137b6095024d3db80ede286555.tar
pttbbs-b54b6d5d4b176a137b6095024d3db80ede286555.tar.gz
pttbbs-b54b6d5d4b176a137b6095024d3db80ede286555.tar.bz2
pttbbs-b54b6d5d4b176a137b6095024d3db80ede286555.tar.lz
pttbbs-b54b6d5d4b176a137b6095024d3db80ede286555.tar.xz
pttbbs-b54b6d5d4b176a137b6095024d3db80ede286555.tar.zst
pttbbs-b54b6d5d4b176a137b6095024d3db80ede286555.zip
- search: must update SR name to match new DBCS aware search
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3663 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r--mbbsd/read.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index eb58e360..9e1dbb14 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -1,6 +1,5 @@
/* $Id$ */
#include "bbs.h"
-#include "fnv_hash.h"
static int headers_size;
static fileheader_t *headers = NULL;
@@ -221,7 +220,7 @@ getkeep(const char *s, int def_topline, int def_cursline)
static struct keepsome preserv_keepblock;
static struct keepsome *keeplist = &preserv_keepblock;
struct keeploc_t *p;
- unsigned int key=fnv1a_32_str(s, FNV1_32_INIT);
+ unsigned key=DBCS_StringHash(s);
int i;
if (def_cursline >= 0) {