Changeset 80 in dev for ProjectEditor/reg_exp.cpp
- Timestamp:
- Mar 26, 2007, 6:33:06 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ProjectEditor/reg_exp.cpp
r3 r80 20 20 } 21 21 22 char *CRegExp::compare(HWND hFindDlg,char *buffer,char *exp,BOOL IsBigSmall, int *pLength){22 char *CRegExp::compare(HWND hFindDlg,char *buffer,char *exp,BOOL IsBigSmall, bool isWordUnit ,int *pLength){ 23 23 BREGEXP *rxp=0; 24 24 char msg[255]; … … 58 58 if((*pLength)==0) return 0; 59 59 60 pTemp=ComparisonString(buffer,(char *)rxp->outp, 0);60 pTemp=ComparisonString(buffer,(char *)rxp->outp,false, isWordUnit); 61 61 62 62 if(rxp) BRegfree(rxp);
Note:
See TracChangeset
for help on using the changeset viewer.