change: avoided compiling warning message.

This commit is contained in:
Yuansheng 2019-07-20 07:12:37 +08:00
parent 0485554d44
commit fdc698f924

View file

@ -285,8 +285,8 @@ R3Node * r3_tree_matchl(const R3Node * n, const char * path, unsigned int path_l
const char *pp;
const char *pp_end;
info("n->compare_type: %d\n",n->compare_type);
info("n->pcre_pattern: %s\n",n->pcre_pattern);
info("n->compare_type: %d\n", n->compare_type);
info("n->pcre_pattern: %s\n", (char *)n->pcre_pattern);
if (n->compare_type == NODE_COMPARE_OPCODE) {
info("NODE_COMPARE_OPCODE\n");