From b870440d215f8536becf16d9d2e4b737d70288d5 Mon Sep 17 00:00:00 2001 From: zhengchao Date: Fri, 17 Feb 2017 18:16:37 +0800 Subject: [PATCH] =?UTF-8?q?BUGFIX:=E4=BF=AE=E5=A4=8Dexpr=5Fplus=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=89=AB=E6=8F=8F=E8=AF=AF=E5=91=BD=E4=B8=ADbug?= =?UTF-8?q?=EF=BC=8C=E5=8E=9F=E5=9B=A0=E6=98=AF=E8=BF=9B=E8=A1=8CMAAT=5FSE?= =?UTF-8?q?T=5FSCAN=5FDISTRICT=E6=97=B6=EF=BC=8C=E5=A6=82=E6=9E=9Cdistrict?= =?UTF-8?q?=E4=B8=8D=E5=AD=98=E5=9C=A8=EF=BC=8C=E5=AF=BC=E8=87=B4=E6=9C=AC?= =?UTF-8?q?=E6=AC=A1=E6=89=AB=E6=8F=8F=E6=97=B6=EF=BC=8C=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E7=9A=84=E4=BD=BF=E7=94=A8=E4=B8=8A=E6=AC=A1=E7=9A=84district?= =?UTF-8?q?=5Fid=EF=BC=8C=E8=BF=9B=E8=80=8C=E8=AF=AF=E5=91=BD=E4=B8=AD?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entry/Maat_api.cpp | 1 + src/entry/Maat_rule.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/entry/Maat_api.cpp b/src/entry/Maat_api.cpp index 67b23fe..0092936 100644 --- a/src/entry/Maat_api.cpp +++ b/src/entry/Maat_api.cpp @@ -1560,6 +1560,7 @@ int Maat_set_scan_status(Maat_feather_t feather,scan_status_t* mid,enum MAAT_SCA if(map_ret<0) { //May be the district is not effected yet. + _mid->district_id=-1; } _mid->is_set_district=1; break; diff --git a/src/entry/Maat_rule.cpp b/src/entry/Maat_rule.cpp index 75ae72e..249e3a2 100644 --- a/src/entry/Maat_rule.cpp +++ b/src/entry/Maat_rule.cpp @@ -28,7 +28,7 @@ #include "mesa_fuzzy.h" #include "great_index_engine.h" -int MAAT_FRAME_VERSION_1_8_20170111=1; +int MAAT_FRAME_VERSION_1_8_20170217=1; const char *maat_module="MAAT Frame"; const char* CHARSET_STRING[]={"NONE","gbk","big5","unicode","utf8","bin",