From 3f6e7c2beb512d6c3db51bfc94279f0d11e47057 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 16 Jan 2021 10:29:09 -0800 Subject: Renamed VM_ to BP_ --- json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json.c') diff --git a/json.c b/json.c index f2580f8..0719d84 100644 --- a/json.c +++ b/json.c @@ -17,7 +17,7 @@ static int _json_match(const char *text, match_t *m, int comma, unsigned int ver static int _json_match(const char *text, match_t *m, int comma, unsigned int verbose) { if (!verbose) { - if (m->pat->type != VM_REF) { + if (m->pat->type != BP_REF) { for (match_t *child = m->child; child; child = child->nextsibling) { comma |= _json_match(text, child, comma, verbose); } -- cgit v1.2.3