From b64920976eb1ddc19630f435c2aee7788b6b6815 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 9 Mar 2005 03:25:51 +0000 Subject: Changed mask to allow HTML to work. --- src/DocumentAccessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/DocumentAccessor.h b/src/DocumentAccessor.h index 5a9e40d42..740652045 100644 --- a/src/DocumentAccessor.h +++ b/src/DocumentAccessor.h @@ -37,7 +37,7 @@ public: Accessor(), pdoc(pdoc_), props(props_), id(id_), lenDoc(-1), validLen(0), chFlags(0), chWhile(0), startSeg(0), startPosStyling(0), - mask(31) { // Initialize the mask to the same as the default. + mask(127) { // Initialize the mask to be big enough for any lexer. } ~DocumentAccessor(); bool Match(int pos, const char *s); -- cgit v1.2.3