COMP:Fixed VS 64-bit warning C4267 line 432 of RegularExpression.cxx

This commit is contained in:
Francois Bertel 2009-03-19 09:09:33 -04:00
parent b74c0a03e5
commit 675b76d931
1 changed files with 1 additions and 1 deletions

View File

@ -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;