COMP: Changed type of regmlen to avoid warnings when other lengths are converted to it.

This commit is contained in:
Brad King 2005-05-03 14:27:39 -04:00
parent 7dcb42de21
commit 7ebba61010
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ private:
char regstart; // Internal use only
char reganch; // Internal use only
const char* regmust; // Internal use only
int regmlen; // Internal use only
unsigned long regmlen; // Internal use only
char* program;
int progsize;
const char* searchstring;