diff options
| author | zhengchao <[email protected]> | 2021-10-20 00:02:43 +0300 |
|---|---|---|
| committer | zhengchao <[email protected]> | 2021-10-20 00:02:43 +0300 |
| commit | d954c5a01192411829e062a52a0123bc17d21741 (patch) | |
| tree | 1894d01e53be46c612865466a6727b3fc163cdb3 /src/entry/Maat_api.cpp | |
| parent | 342c3c36b30a674d32f2cbd9574d5b6accc15483 (diff) | |
expr_plus和interval_plus表的district对英文大小写不敏感。
Diffstat (limited to 'src/entry/Maat_api.cpp')
| -rw-r--r-- | src/entry/Maat_api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entry/Maat_api.cpp b/src/entry/Maat_api.cpp index c71ce00..8e0da0c 100644 --- a/src/entry/Maat_api.cpp +++ b/src/entry/Maat_api.cpp @@ -2494,7 +2494,7 @@ int Maat_set_scan_status(Maat_feather_t feather,scan_status_t* mid,enum MAAT_SCA _feather->scan_err_cnt++; return -1; } - map_ret=map_unNullstr2int(_feather->scanner->district_map,(const char*)value,size,&(_mid->district_id)); + map_ret=maat_kv_read_unNull(_feather->scanner->district_map, (const char*)value, size, &(_mid->district_id)); if(map_ret<0) { //May be the district is not effected yet. |
