COMP:Fixed VS 64-bit warning C4267 line 432 of RegularExpression.cxx
This commit is contained in:
parent
b74c0a03e5
commit
675b76d931
|
@ -281,7 +281,7 @@ private:
|
|||
char regstart; // Internal use only
|
||||
char reganch; // Internal use only
|
||||
const char* regmust; // Internal use only
|
||||
unsigned long regmlen; // Internal use only
|
||||
size_t regmlen; // Internal use only
|
||||
char* program;
|
||||
int progsize;
|
||||
const char* searchstring;
|
||||
|
|
Loading…
Reference in New Issue