cm_read_cfg_index_file函数由fscanf改为fgets后,feof行为变化,导致索引文件行数误判的bug。该bug在支持加密时引入。

This commit is contained in:
zhengchao
2017-06-15 17:56:06 +08:00
parent 96910820bb
commit 8c4139c1bd
2 changed files with 2 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
#include "mesa_fuzzy.h"
#include "great_index_engine.h"
int MAAT_FRAME_VERSION_1_9_20170613=1;
int MAAT_FRAME_VERSION_1_9_20170615=1;
const char *maat_module="MAAT Frame";
const char* CHARSET_STRING[]={"NONE","gbk","big5","unicode","utf8","bin",