在Maat_command.h中增加Maat_str_escape函数,供用户预先处理待输入的字符串规则。

This commit is contained in:
zhengchao
2017-07-08 16:42:51 +08:00
parent 59aa0419c9
commit 6a89f18d2f
6 changed files with 53 additions and 9 deletions

View File

@@ -855,7 +855,7 @@ void _maat_copy_region(struct Maat_region_t* dst,const struct Maat_region_t* src
case REGION_DIGEST:
dst->digest_rule.digest_string=_maat_strdup(src->digest_rule.digest_string);
break;
case REGION_SIMILARITY:
case REGION_SIMILARITY:
dst->similarity_rule.target=_maat_strdup(src->similarity_rule.target);
break;
default: