diff options
| author | liuxueli <[email protected]> | 2021-03-11 09:36:07 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2021-03-11 09:36:07 +0800 |
| commit | dc6d324b52a331edaf8fcdd27b51046682f78dd6 (patch) | |
| tree | bcfd90347a8e8326acb9ea6c84a9ba11ee4cb5c5 | |
| parent | 80576aafbc69aaf97291c79bb8ded84943c62d19 (diff) | |
生效范围支持对\b、\\、\&字符转义v3.1.13
| -rw-r--r-- | src/entry/Maat_rule.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entry/Maat_rule.cpp b/src/entry/Maat_rule.cpp index e746643..c35b023 100644 --- a/src/entry/Maat_rule.cpp +++ b/src/entry/Maat_rule.cpp @@ -2057,6 +2057,7 @@ void update_compile_rule(struct Maat_table_schema* table,const char* table_line } if(n_tags>0&&strlen(tag_str)>2) { + str_unescape(tag_str); ret=compare_accept_tag(tag_str, tags, n_tags); if(ret<0) { |
