From 9b2cc2ba3a51f012d9006596811a867eb7846265 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 23 Aug 2016 05:48:38 +0300 Subject: Update dfa, including API changes. --- node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.c') diff --git a/node.c b/node.c index 24f1493c..b63017aa 100644 --- a/node.c +++ b/node.c @@ -756,7 +756,7 @@ str2wstr(NODE *n, size_t **ptr) * stopping early. This is particularly important * for match() where we need to build the indices. */ - if (using_utf8()) { + if (dfa_using_utf8()) { count = 1; wc = 0xFFFD; /* unicode replacement character */ goto set_wc; -- cgit v1.2.3