diff options
-rw-r--r-- | mbbsd/pmore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/pmore.c b/mbbsd/pmore.c index cb748a71..bf714eee 100644 --- a/mbbsd/pmore.c +++ b/mbbsd/pmore.c @@ -976,6 +976,7 @@ mf_search(int direction) if(sr.cmpfunc((char*)mf.disps, (char*)s, l) == 0) { flFound = 1; + break; } else { /* DBCS check here. */ |