fix #23 Maat_plugin_exdata的回调使用以'\0'结尾的key。

This commit is contained in:
zhengchao
2020-07-07 17:57:11 +08:00
parent 2962c6c90a
commit 121cfea4fc
3 changed files with 7 additions and 6 deletions

View File

@@ -147,8 +147,8 @@ struct Maat_region_inner
int district_id;
int table_id;
int expr_id_cnt;
int expr_id_lb;
int expr_id_ub;
int expr_id_lb; //low boundary
int expr_id_ub; //up boundary
enum MAAT_TABLE_TYPE table_type;
};