Skip to content
Snippets Groups Projects
Commit 4858d4e8 authored by Brad King's avatar Brad King
Browse files

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

parent c0505b60
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment