修复MESA_fuzzy中零偏移量区间包含时导致偏移量溢出的bug,更新版本号。

This commit is contained in:
zhengchao
2015-11-19 16:34:40 +08:00
parent b9a5120fc8
commit c1ba19566f
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
#include "mesa_fuzzy.h"
#include "great_index_engine.h"
int MAAT_FRAME_VERSION_1_3_20151113=0;
int MAAT_FRAME_VERSION_1_3_20151119=0;
const char *maat_module="MAAT Frame";
const char* CHARSET_STRING[]={"CHARSET_NONE","GBK","BIG5","UNICODE","UTF-8"};